After the successfully connection with database
following is code
Code: ( php )
$TM = mysql_query("Call Accounts_GetAllData(@)");
$TM2 = mysql_query('SELECT @');
$TM_X = mysql_fetch_array($TM);
$TM_W = mysql_fetch_array($TM2);
print_r(TM_W);
I am not able to get out parameter(data). please response asap.
Thanks