Advertisement
Guest User

Untitled

a guest
Nov 30th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2.  
  3. if (isset($_POST['submit']))
  4. {
  5. $username = $_POST['username'];
  6. $password = $_POST['password'];
  7.  
  8. if ($username == "PepeHordijk", "ZegerSpindler", "JohannesvanHooff", "FelixAlderliesten", "meneerDullaard" && $password == "informatica123", "wearedgt")
  9. {echo "LogIn succesvol!";}
  10. else {echo "LogIn mislukt..."}
  11. }
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement