[PHP-WIN] Re: Form, reading parameters

2002-07-09 Thread Jean Bresse
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

[PHP-WIN] Re: Form, reading parameters

2002-07-08 Thread colin mcdonald
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: >