Creating new stored procedure in PHP

More
12 years 3 months ago #12128 by feronydevid
can you tell me how to create stored procedures in php?

Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #12129 by Pete
Assuming you mean how to create Stored Procedure in MySQL, take a look here:

dev.mysql.com/doc/refman/5.0/en/create-procedure.html

PHP is a scripting language, so you can not create a Stored Procedure in it and will have to do it on the database side.

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.112 seconds
Powered by Kunena Forum