I'm having some issue's with $_COOKIE and $HTTP_COOKIE_VARS, I can't
seem to retrieve data from them.
First I set the cookie like so:
setcookie ("Access", "Test_Value",time()+31536000);
Then I check my Cookies in Netscape and I can see that I have the cookie
stored. But when I go to the page that has
print $HTTP_COOKIE_VARS["Access"];
print $_COOKIE["$Access"];
and even
print "$Access";
I don't get the value set in the cookie, and I don't know why...any
help, please?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php