Hi all,
is it possible to use stored procedure in php? now, i use mysql as database and i want to make my db access through stored procedure by php.
it is possbile. if yes, can u point me the way (example, tutorial or links)? also i go much google, i don't fint the way.
regards,
MYSQL Vs Stored Procedure
Moderator: General Moderators
Code: Select all
mysql_query("CALL sp_function('asd','sdf')");