mysql stored proceedures

can anyone tell me how to use mysql stored proceedures with php?

if can pls let me know some examples links

thanks in advance

I believe that you call a stored procedure from with PHP just as you would call a query. Use the mysql_query but for the “SQL” statement instead of a query it would be a call to the stored procedure.

Sponsor our Newsletter | Privacy Policy | Terms of Service