Re: [PHP-WIN] help on cookies please

2001-08-08 Thread dohman
thanks, both ideas worked :-) chris "Jan Matejka" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > have a look into your PHP.INI: > > ; - register_globals = Off > ; Global variables are no longer registered for input data (POST, GET, > cookies, > ; envi

RE: [PHP-WIN] help on cookies please

2001-08-08 Thread Jan Matejka
have a look into your PHP.INI: ; - register_globals = Off ; Global variables are no longer registered for input data (POST, GET, cookies, ; environment and other server variables). Instead of using $foo, you must use ; $HTTP_POST_VARS["foo"], $HTTP_GET_VARS["foo"], $HTTP_COOKIE_VARS[