Guest User

Untitled

a guest
Oct 29th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. $user = $_POST['user'];
  3. $pass = $_POST['pass'];
  4.  
  5. if($user == "test" && $pass = "123") echo "Du är inloggad!";
  6. ?>
Add Comment
Please, Sign In to add comment