home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / htdocs / test.php3 < prev   
Text File  |  2000-12-30  |  662b  |  18 lines

  1. <?php
  2.   page_open(array("sess" => "Example_Session"));
  3.  ?>
  4. <html>
  5. <head><title>PHP3 test page</title></head>
  6. <body bgcolor="#ffffff">
  7.   <a href="<?php $sess->purl("index.php3")?>">Load</a> the simple page again.<br>
  8.   <a href="<?php $sess->purl("showoff.php3")?>">Load</a> the complex example again (login as phpgeek, password test).<br>
  9.   <a href="<?php $sess->purl("defauth.php3")?>">Load</a> the default auth example.<br>
  10.   <a href="<?php $sess->purl("logout.php3") ?>">Logout</a> and delete your authentication information.<br>
  11. <?php
  12.   page_close();
  13.   phpinfo()
  14.  ?>
  15. </body>
  16. </html>
  17. <!-- $Id: test.php3,v 1.5 1999/04/30 19:51:29 kk Exp $ -->
  18.