On Tue, 2002-08-13 at 11:35, Peter Bottenberg wrote: > Hy, > > Save this script as select.php > > <?PHP
-> $action = $_POST["action"];
> if (!isset($action))
> {
> $action = "select";
> }
[ snip rest ]
Sorry, but the PHP irc channel is full of people asking why form
variables can't be seen by PHP for this reason.
James
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

