topical media & game development

talk show tell print

professional-php-15-firstpage.php / php



  <?php
  
   session_start();
   _SESSION['favorite_artist'] = 'Tori Amos';
  
  ?>Currently, my favorite artist is Tori Amos. It may also interest you to know that my identifer for this browser session, as allocated by PHP, is <?=session_id()?>.
  <BR><BR>
  <A HREF=<secondpage.php>>Go to the second 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.