I want to learn how to use stored procedures, I want to convert my SQL statements into stored procedures rather than the state they are currently in...
Now, the problem is that most guides, websites, or even forums rarely discuss that a procedure can be added through the "add routine" option in phpMyAdmin thus I couldn't find any guides instructing me on how to fill in the blanks for that GUI window
I also want to understand how to call the procedure after I create it in my PHP code.