How To Make Procedure In MySQL

Discussion in 'MySQL' started by mohanprakash, Feb 28, 2015.

  1. #1
    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
     
    mohanprakash, Feb 28, 2015 IP
  2. shureg

    shureg Active Member

    Messages:
    18
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    80
    #2
    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
     
    shureg, Mar 4, 2015 IP