Likes Received By Meth_
-
chriswick liked Meth_'s post in the thread Loading files if cookie isn't found? + Rep for best answer!.
<?php if(isset($_COOKIE['whatever'])){ require_once('thefile.php'); }else{ setcookie('whatever,'true', time() + (900*1100)); } ?>
Dec 20, 2007 -
Gawk liked Meth_'s post in the thread Loading files if cookie isn't found? + Rep for best answer!.
<?php if(isset($_COOKIE['whatever'])){ require_once('thefile.php'); }else{ setcookie('whatever,'true', time() + (900*1100)); } ?>
Dec 20, 2007
Page 3 of 4