Likes Received By Meth_

  1. 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
  2. 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