Posted by sheldonlg on 02/02/06 04:31
I have used the action= statement to send the form to a new page which
can get the posted variables.
I have used the header("Location: foo.php) statement after testing on
the submit with isset.
What I want to know is if they can be combined. That is, test first
with the isset, and if no errors go to the action call. Simply going
with the header call doesn't seem to send the form variables.
Am I missing something?
Shelly
[Back to original message]
|