Guest User

Untitled

a guest
Nov 1st, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $username = $_POST['username'];
  2. $password = $_POST['password'];
  3. if($username or $password ){
  4. echo('bien jouer!');
  5. }
  6. else{
  7. echo('veulliez remplir les champs');
  8. }
  9. }
Add Comment
Please, Sign In to add comment