I'm trying to post a form with php, and I want the form to be handled depending on the value of cmd. Specifying 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