topical media & game development

talk show tell print

professional-php-15-secondpage.php / php



  <?php
  
   session_start();
  
  ?>Having checked, I can tell you that my favorite artist is still <?=_SESSION['favorite_artist']?>. 
  At the moment, my identifier for this browser session, as allocated by PHP, is <?=session_id()?>.
  <BR><BR>
  <A HREF=<firstpage.php>>Go back to the first page</A>
  ?>
  


(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.