MySQL Forums
Forum List  »  PHP

Re: php call stored procedure
Posted by: Georg Richter
Date: December 25, 2005 05:22PM

using the advanced features of MySQL 4.1 and 5.0 (like prepared statements and stored procedures) requires the mysqli extension of PHP5 (for stored procedures use mysqli_multi_query)

/Georg

Options: ReplyQuote


Subject
Written By
Posted
December 25, 2005 02:03PM
Re: php call stored procedure
December 25, 2005 05:22PM


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.