Thank you Colin, it solved it.
Jean
"Colin McDonald" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> try $_POST[''] instead of $HTTP_POST_VARS[''] this changed recently.
>
> also, $username probably doesn't work because you have register_globals
> turned off
try $_POST[''] instead of $HTTP_POST_VARS[''] this changed recently.
also, $username probably doesn't work because you have register_globals
turned off in your php.ini
colin
Jean Bresse wrote:
> Hello:
>
> Took my first dip into the world on php over the weekend and got stumped on
> this:
>