Well, $_POST['userName'] is now working, but I could have sworn I was trying
that last night and it was returning the same error. Oh well, thanks for the
help guys.
"Chris Nielsen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have a simple form:
>
>
> E
> echo $HTTP_SERVER_VARS['userName'];
> ?>
Make it $_POST['userName'] (or $HTTP_POST_VARS['userName'], but that's
deprecated).
Jome
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo