MySQL Forums
Forum List  »  PHP

Re: How do you call a stored procedure from PHP ...
Posted by: Georg Richter
Date: March 02, 2006 10:07AM

This hack will only work if you don't execute another statement later: mysql_query only fetches the first resultset. The 2nd resultset, which contains the return code of the stored procedure blocks the socket.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.