CHAN YICK WAI wrote: > I learn to write a small PHP form with "submit" button > for different actions, however, it seems to me variable > can't be passed. Any experience can share for my debugging?
Turn on register_globals or use $_REQUEST['action'] -- John Holmes php|architect - The magazine for PHP professionals - http://www.phparch.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php