Say I have a form like ->
<form action="./foo.php?id=20" method="get">
 ...
 <input type="submit"... />
</form>

If this form is submitted, the $_GET['id'] variable *is not* available.
If the method is changed to "post", the $_GET['id'] variable *is* available.

Is this how forms are supposed to work???
Thanks

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to