I created a stored procedure in phpMyAdmin
CREATE PROCEDURE Sample() SELECT * FROM feedback
Where could I view this this procedure? If it\'
You can select "information_schema" as database and query all entries form the table "routines", in case u don't want to use SQL everytime.