patison234

Untitled

Dec 7th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <head>
  2. <title>EnCloud - Taktyki</title>
  3. </head>
  4. <php? if ($_POST['password'] == "magda") // w miejsce * należy wpisać swoje hasło
  5. {
  6. ?>
  7. <body>
  8. tyki tyki
  9. </body>
  10. <?php
  11. }
  12. else
  13. {
  14. ?>
  15. <form action="index.php" method="post">
  16. Podaj hasło: <input type="password" name="password"/>
  17. <input type="submit" name="submit" value="Loguj"/>
  18. </form>
  19. <?php
  20.  
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment