home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / chplus / jak_psat_web / priklady / tajna_stranka.php < prev    next >
Text File  |  2002-03-10  |  509b  |  23 lines

  1. <html>
  2.  
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
  5. <title>Tajnß strßnka</title>
  6. </head>
  7.  
  8. <body>
  9. <? if($heslo != "mellon"): ?>
  10.     <!--p°ihla╣ovacφ formulß° -->
  11.     <form>
  12.         Zadej heslo: <input type=password name="heslo">
  13.         <input type=submit>
  14.     </form>
  15. <? ; else:  ?>
  16.     <h1>Vφtejte  v Morii!</h1>
  17.     ... dal╣φ tajn² text
  18.     <p>popis tohoto p°φkladu je ve <a href="../heslo.htm">strßnce o heslovßnφ</a>.
  19. <? endif ?>
  20. </body>
  21.  
  22. </html>
  23.