avvllvva Posted May 2, 2009 Share Posted May 2, 2009 Can anybody tell , how can call a mysql stored procedure in php? 1. any tutorials for mysql-stored procedure ? (from basics to advance) ? 2. tutorials for stored procedures in PHP ? I have already searched the web.... but didn't get the proper one. If anybody knows, plz send me the links. Thanx Link to comment https://forums.phpfreaks.com/topic/156499-solved-stored-procedure-mysql-php/ Share on other sites More sharing options...
Mchl Posted May 2, 2009 Share Posted May 2, 2009 $mysqli->query("CALL procedure()"); http://www.php.net/mysqli http://dev.mysql.com/doc/refman/5.1/en/call.html Link to comment https://forums.phpfreaks.com/topic/156499-solved-stored-procedure-mysql-php/#findComment-824111 Share on other sites More sharing options...
avvllvva Posted May 2, 2009 Author Share Posted May 2, 2009 Thanx Mchl. I got the tutorial in a pdf version, http://dev.mysql.com/tech-resources/articles/mysql-storedprocedures.pdf. I hope this will help. Let me learn it. Link to comment https://forums.phpfreaks.com/topic/156499-solved-stored-procedure-mysql-php/#findComment-824122 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.