Can someone tell me how I can execute a stored procedure that is in my database? (obvious I want to save the result set of that stored procedure too) I already have a connection open to the database (using mssql_connect) and I can query the database just fine. I just need to execute a stored procedure.
I am using PHP 5.0.3, Apache Web Server 2.0.53 and Microsoft SQL Server 2000.
Thanks in advance