YoussefGamil Posted September 11, 2005 Posted September 11, 2005 I have used "setcookie()" and "$_COOKIE();"..But, It doesn't work except in the same page where the cookie was made.So,How to make a cookie and how to read it by another page?PLZ help
egrath Posted September 15, 2005 Posted September 15, 2005 Hi,is the page which tries to access the cookie on the same domain as the one who sat up the cookie?Egon
YoussefGamil Posted September 16, 2005 Author Posted September 16, 2005 Yes,..It's on the same domainThe Problem is soulved now!!!by using "$HTTP_SERVER_VARS['cookie'];" insead of "$_COOKIE['cookie'];".But, why "$_COOKIE['cookie']" didn't work?!! Nevermind
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now