a stored procedure is returning some results as many lines of print statements,
how can php retrieve these print statements ?
$msg = mssql_get_last_message();
does return the LAST line of the print statements...just need all the prior ones also
Any way to do this?
MSSQL and print statements
Moderator: General Moderators
Re: MSSQL and print statements
Thanks everyone.
i'll answer it myself,
seems the answer is with this
http://au.php.net/manual/en/function.se ... andler.php
i'll answer it myself,
seems the answer is with this
http://au.php.net/manual/en/function.se ... andler.php