> 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";

What about $_COOKIE["Access"] ???

Grtz Erwin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to