At 22:54 24.02.2003, Jonas Geiregat spoke out and said:
--------------------[snip]--------------------
>when I add method="post" it doesn't work anymore I always get the form back
--------------------[snip]--------------------
It is working if you don't use method="POST"?
Have a look at your code - I bet you are using $_GET['varname'] to access
the variables. POSTed forms populate the $_POST array (same syntax as
$_GET, other name).
If your code doesn't care whether data comes from POST or GET forms, use
the $_REQUEST global array, it contains values from both methods.
--
>O Ernest E. Vogelsinger
(\) ICQ #13394035
^ http://www.vogelsinger.at/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php