Advertisement
Guest User

Untitled

a guest
Apr 11th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.60 KB | None | 0 0
  1. <?php
  2. $user = $_POST['user'];
  3. $pass = $_POST['pass'];
  4.  
  5. if($user == "HASLA"
  6. && $pass == "HASLA")
  7. {
  8. WIADOMOSC
  9. }
  10. else
  11. {
  12.     if(isset($_POST))
  13.     {?>
  14.  
  15.             <form method="POST" action="secure.php">
  16.             Nazwa piosenki z koncu listu, pisane malymi literami (jedno slowo): <input type="text" name="user"></input><br/>
  17.             Numer napisany odrecznie na kartce dodatkowej w liscie (to co pomiedzy RR i PL - bez literek) <input type="text" name="pass"></input><br/>
  18.             <input type="submit" name="submit" value="Odszyfruj wiadomosc"></input>
  19.             </form>
  20.     <?}
  21. }
  22. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement