I'm setting a cookie. Like this:
setcookie("$class_id","Yes", time()+864000);
Now, later on, I want to retrieve the data so I can say, if voted = "yes" then break.
I've been trying the $HTTP_COOKIE_DATA[] function, but have yet to get it to work.
Can someone direct me how to retrieve these variables from the written cookie file?
Thanks again from the ultimate newbie.