How do I specify a command when submitting a form using php?
I am trying to post a form from php and I want the form to be processed based on the cmd value. Putting this after the filename does not work. What is the correct way to do this?
echo "<form name=\"statusForm\" action=\"edit_status.php?cmd=submitinfo\" method=\"post\" enctype=\"multipart/form-data\">
Where / how can I specify? cmd = submitinfo
0
a source to share
3 answers