hi,
I have a problem. I use
setcookie("userid",$userid);
and I want to get it $HTTP_COOKIE_VARS[userid],
this script works on win2000 with IIS but doesn't work on linux with apache although same client.
php.ini setups are same. (and register_globals = on)
I test same script on...