I have an edit.php page, which has multiple forms on it.
Code: Select all
<form action="'.$page.'" method="get" name="xxx1">Code: Select all
<form action="'.$page.'" method="get" name="edit1">My question is how can I check to see if the form edit1 was submitted. I know it must be simple but I can not guess what the answer is....
Can you please refresh my memory a bit.
Thank
-Rhyno