After the successfully connection with database
following is code
[php]$TM = mysql_query("Ca ll Accounts_GetAll Data(@data)");
$TM2 = mysql_query('SE LECT @data');
$TM_X = mysql_fetch_arr ay($TM);
$TM_W = mysql_fetch_arr ay($TM2);
print_r(TM_W); [/php]I am not able to get out parameter(data) . please response asap.
Thanks
You must enclose any code within the appropriate coding tags. See the Posting Guidelines before you continue - moderator
following is code
[php]$TM = mysql_query("Ca ll Accounts_GetAll Data(@data)");
$TM2 = mysql_query('SE LECT @data');
$TM_X = mysql_fetch_arr ay($TM);
$TM_W = mysql_fetch_arr ay($TM2);
print_r(TM_W); [/php]I am not able to get out parameter(data) . please response asap.
Thanks
You must enclose any code within the appropriate coding tags. See the Posting Guidelines before you continue - moderator
Comment