MySQL Forums
Forum List  »  Stored Procedures

Re: Calling stored procedure from PHP
Posted by: jetz sebastian
Date: November 03, 2006 02:30AM

hi.. i need you help.. i created a stored procedure directly in the database(MySQL 5.0).. how am i supposed to call this in the .php file?

here's my code:
$result = mysql_query("CALL sp_adtraqtoday_receiving()");
echo $result;

Options: ReplyQuote


Subject
Views
Written By
Posted
59427
March 18, 2005 05:58PM
8441
November 26, 2008 05:09AM
22269
April 25, 2005 01:10PM
3973
October 22, 2006 10:03PM
Re: Calling stored procedure from PHP
4062
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.