RE: [PHP] Re: Variables not working!

2004-01-19 Thread Jay Blanchard
[snip]
Try using $_POST['fname'] instead of $fname.  
[/snip]

Or $_GET['fname'] depending on your form method

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



Re: [PHP] Re: Variables not working!

2004-01-19 Thread Chris Boget
 [snip]
 Try using $_POST['fname'] instead of $fname.  
 [/snip]
 Or $_GET['fname'] depending on your form method

Or even $_REQUEST['fname'], which doesn't care about which
method is specified in the form. :p

Chris

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