I'm trying to figure out how to write an HTML form that will run an stored SQL routine. I've never done anything like this before and can't seem to find anything related to my specific situation.
The guy who is working on the Database told me this was the routine I need to execute:
call prc_cat (name_id);
I basically need a drop down menu to select one of the Names (name_id)
and execute the routine on that name.
The guy who works on the database is unavailable so I don't have much else to go off of.