I tried using this code to set a cookie
I looked in c:\windows\Temporary Internet Files\
and I didn't see my cookie,
I also tried doing this to get the cookie
and nothing is working... Grrr...
whats wrong?
PS:
what are magic quotes?
Code:
setcookie ("TestCookie", "test");
and I didn't see my cookie,
I also tried doing this to get the cookie
Code:
echo $TestCookie; //and even echo HTTP_COOKIE_VARS["TestCookie"];
whats wrong?
PS:
what are magic quotes?
Comment