Stored procedure Help?

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
adilmarwat2004
Forum Commoner
Posts: 44
Joined: Fri Sep 04, 2009 11:28 pm

Stored procedure Help?

Post by adilmarwat2004 »

can I set the stored procedure in the php code. If yes then please provide code for that like I want like that


UPDATE merit SET percentage = marks/550*100;

How to use it in Stored Procedure.

Adil
Post Reply