MySQL Forums
Forum List  »  Stored Procedures

Re: PHP mysql stored procedure execution problem
Posted by: Andrew Gilfrin
Date: August 12, 2005 08:27AM

Could of things, SP's are only available when using the mysqli object and not mysql as you are using.

Secondly you need to handle the rows returned as you would a select from a table, using something like mysqli_fetch_array.

Check out this page on my site for info on how to do this....

http://mysql.gilfster.com/page.php?parent_id=4&page_id=4.0.3

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: PHP mysql stored procedure execution problem
4622
August 12, 2005 08:27AM


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.