Guest User

Untitled

a guest
Dec 6th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <?php
  2. if(isset($_SESSION['username']))
  3. echo 'HEEEEEEEEEEEEEEEEEEEELLLLLLLO';
  4. else {
  5. echo '<form action="/login.php" method = "post">';
  6. echo 'Username: <input type="text" name="username" method="post"/>';
  7. echo 'Password: <input type="password" name="password" method="post"/>';
  8. echo '<input type="submit" value="Submit" method="post" />';
  9. echo '</form>';
  10. }
  11. ?>
Add Comment
Please, Sign In to add comment