topical media & game development

talk show tell print

basic-ajax-04-relayInformation.php / php



  <?php
    if (_COOKIE[AnonymousID])
              {
                  tempCookie = _COOKIE["AnonymousID"];
                  setcookie("AnonymousID", tempCookie."|BOOKID:"._GET["bookid"], time()+3600);
              }
              else
              {
                  random_id = (rand()%9999999);
                  tempCookie = "USERID:" .random_id."|BOOKID:" . _GET["bookid"];
                  setcookie("AnonymousID", tempCookie."|BOOKID:"._GET["bookid"], time()+3600);
              }
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.