Hi,
I want to write a stored procedure. I use a Mysql Database and PHP. Please let me know how I can do it.
I am new to mySQL and PHP.
Thanks in advance,
Lakshmi.
Printable View
Hi,
I want to write a stored procedure. I use a Mysql Database and PHP. Please let me know how I can do it.
I am new to mySQL and PHP.
Thanks in advance,
Lakshmi.
Please read http://www.mysql.com/doc/en/ANSI_diff_Triggers.html
For now, you have to use your application environment to handle these kind of things.
Cheers