hi, how to create procedure in phpmyadmin and use it in my application, besides using sql queries ? what is the way of executing procedures in php
how to create procedure in phpmyadmin http://stackoverflow.com/questions/2846516/how-to-write-a-stored-procedure-using-phpmyadmin-and-how-to-use-it-through-php use it in my application, besides using sql queries http://stackoverflow.com/questions/1629324/mysql-stored-procedures-how-to-select-from-procedure-table you can use it in querys or in other stored procedures or call it in your php code http://stackoverflow.com/questions/3966747/how-to-call-a-mysql-stored-procedure-from-within-php-code