Advertisement
redhat99

Untitled

Jun 6th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2. session_start();
  3. error_reporting();
  4. ?>
  5.  
  6. <!DOCTYPE html>
  7. <html>
  8. <head>
  9. <title></title>
  10. </head>
  11. <body>
  12. <form action="index.php" name="submit_email" method="post">
  13. <input type="email" name="email" placeholder="email"><br><br>
  14. <input type="password" name="password" placeholder="passsword"> <br>
  15. <br>
  16. <input type="submit" name="submit_email">
  17.  
  18. </form>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement