September 11, 200520 yr 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
September 15, 200520 yr Hi,is the page which tries to access the cookie on the same domain as the one who sat up the cookie?Egon
September 16, 200520 yr Author 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
Create an account or sign in to comment