Form Submission multiple forms on page...
Posted: Thu Jan 29, 2009 3:03 pm
Hello I am writing a cms system for a kennel and am relatively new to php...
I have an edit.php page, which has multiple forms on it.
and
$page is calling the edit.php page again.
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
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