Re: [PHP] $HTTP_COOKIE_VARS

2002-03-22 Thread Jason Wong
On Friday 22 March 2002 05:27, Max Mouse wrote: > I've tried using $HTTP_COOKIE_VARS to get information about the cookie has > been passed to the current script but I always get a cookie size of 1 > containing no information. I have also tried using $_COOKIE but with no > success. I'm running apac

Re: [PHP] $HTTP_COOKIE_VARS

2002-03-21 Thread Thalis A. Kalfigopoulos
I think you should have register_globals/track_vars set to TRUE in your php.ini cheers, thalis On Thu, 21 Mar 2002, Max Mouse wrote: > I've tried using $HTTP_COOKIE_VARS to get information about the cookie has > been passed to the current script but I always get a cookie size of 1 > containing

[PHP] $HTTP_COOKIE_VARS

2002-03-21 Thread Max Mouse
I've tried using $HTTP_COOKIE_VARS to get information about the cookie has been passed to the current script but I always get a cookie size of 1 containing no information. I have also tried using $_COOKIE but with no success. I'm running apache1.2.23 and php 4.1.2. Suggestions? Max -- PHP Gene

[PHP] HTTP_COOKIE_VARS["htscallerid"] and url_rewriter.tags

2001-01-26 Thread Trevor DeVore
Hello all, I was just taking a look at the latest php4 snapshot and came across this in the phpinfo: HTTP_COOKIE_VARS["htscallerid"]. It seems that "htscallerid" is set the first time a person comes to the site if cookies are enabled and isn't set if cookies aren't enabled. Is this correct? A