[snip]
My form is actually using method="post". And I did use $_POST. Can't
remember if I tried $_GET, but if I'm using post would that even work? I'll
give it a try later and let you know.
[/snip]

My bad! I looked at two e-mails from different folks and saw a "GET" in one,
and a "POST" in another. Since you are using POST it should be
$_POST['userName'] or $_POST["userName"]

Jay



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

Reply via email to