I'm having trouble figuring out how to determine if a cookie is expired or not...I curently have:
Basically, I want to add to that:PHP Code:<?php
setcookie("popup", "nopopup", time()+36000);
?>
If cookie is expired, $showpopup = "true"
else, $showpopup = "false"
Your help is appreciated.





Bookmarks