//ads: ?> How to create a cookie to store the timestamp of when a page is first loaded with phpphpcookiestimestamp PHP Snippet 1:if (!isset($_COOKIE['load_date'])) { setcookie('load_date', time(), time() + 86400*365); }