Page 1 of 1

Cookies help

Posted: Mon May 13, 2002 10:28 am
by qads
is there a way i can find out if a cookie is set on user's computer or not?

i am sure there is, few days ago someone posted the code but i can't find it anymore :cry: .


thanks for your time and help.

Posted: Mon May 13, 2002 11:15 am
by DSM
if(isset($cookiename)){
echo"Cookie is set";
}