I need to find out if it is possible to recieve multiple resultsets in php.
Here is a more detailed explanation.
We are using SQL server2000 (odbc connection), and php4.3.0.
On this page we wish to call a stored procedure (which returns multiple resulsets).
Php returns the first result set but not any of the others.
We're using odbc_exec(), and odbc_fetch_row().
Is this even possible in php, and if so how?
Thanks in advance for ANY info.