Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <title>EnCloud - Taktyki</title>
- </head>
- <php? if ($_POST['password'] == "magda") // w miejsce * należy wpisać swoje hasło
- {
- ?>
- <body>
- tyki tyki
- </body>
- <?php
- }
- else
- {
- ?>
- <form action="index.php" method="post">
- Podaj hasło: <input type="password" name="password"/>
- <input type="submit" name="submit" value="Loguj"/>
- </form>
- <?php
- </html>
Advertisement
Add Comment
Please, Sign In to add comment