MySQL Forums
Forum List  »  Stored Procedures

Re: Calling stored procedure from PHP
Posted by: Aret Sevan
Date: October 22, 2006 10:03PM

Hi,

I'm using MySQL 5 and PHP 5.

I'm having problems just trying to call a store procedure from PHP. I'm not even trying to pass any variables. Just trying to do an INSERT from the procedure. Doesn't work.

I'm even having a hard time to make a multiple statement work in a query. Only one statement per query works. As soon as I add another statement (seperated by semicolon), my query doesn't work. Even by adding a simple statement "select * from tableName".


PLEASE HELP ;-)


tks



Edited 2 time(s). Last edit at 10/22/2006 10:27PM by Aret Sevan.

Options: ReplyQuote


Subject
Views
Written By
Posted
59404
March 18, 2005 05:58PM
8437
November 26, 2008 05:09AM
22260
April 25, 2005 01:10PM
Re: Calling stored procedure from PHP
3961
October 22, 2006 10:03PM
4056
November 03, 2006 02:30AM


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.