call mysql stored procedure via php script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lordrt
Forum Commoner
Posts: 34
Joined: Sun Jul 19, 2009 11:44 pm

call mysql stored procedure via php script

Post by lordrt »

Hello again
Anyone knows the code to call a MYSQL stored procedure using php codes?
regards :?:
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: call mysql stored procedure via php script

Post by Benjamin »

Code: Select all

CALL procedure_name();
lordrt
Forum Commoner
Posts: 34
Joined: Sun Jul 19, 2009 11:44 pm

Re: call mysql stored procedure via php script

Post by lordrt »

8)
Post Reply