Hey!
Got php to set a cookie like this:
<?php
setcookie( "id", "$acode", time ()+14400, "/",
"mywebsite.com", 0 );
?>
this cookie will expire in four hours right? i.e. +14400 seconds from current time.
How do I set the expiration date for a year from when the cookie gets set?
Much appreciate your help guys!
Best
Gavin <----- bit of a newbie!