Guest User

Untitled

a guest
Jul 26th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php
  2. session_unset();
  3. ?>
  4. <html>
  5. <head>
  6. <title>Please Log In</title>
  7. </head>
  8. <body>
  9. <?php include 'header.php'; ?>
  10. <form method="post" action="movie1.php">
  11. <p>Enter your username:
  12. <input type="text" name="user"/>
  13. </p>
  14. <p>Enter your password:
  15. <input type="password" name="pass"/>
  16. </p>
  17. <p>
  18. <input type="submit" name="submit" value="Submit"/>
  19. </p>
  20. <?php include 'moviefooter.php'; ?>
  21. </form>
  22. </body>
  23. </html>
Add Comment
Please, Sign In to add comment