Cookies help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Cookies help

Post 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.
DSM
Forum Contributor
Posts: 101
Joined: Thu May 02, 2002 11:51 am
Location: New Mexico, USA

Post by DSM »

if(isset($cookiename)){
echo"Cookie is set";
}
Post Reply