Page 1 of 1

MYSQL Vs Stored Procedure

Posted: Wed Apr 19, 2006 4:18 am
by jaylin
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,

Posted: Wed Apr 19, 2006 6:59 am
by Weirdan

Posted: Fri Apr 21, 2006 11:49 pm
by jaylin
i dun find the way that php connect and access mysql stored procedure.

Posted: Tue Apr 25, 2006 3:16 am
by Weirdan

Code: Select all

mysql_query("CALL sp_function('asd','sdf')");