Advertisement
Aera223

PHP registration

Aug 17th, 2020 (edited)
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <!DOCTYPE html><html lang="en"><title>Test</title><meta name="viewport" content="width=device-width, initial-scale=1.5"><style>html{font-family:corbel; background:#ec9;}body,p,input,h1,h2,h3{padding:0.3em;margin-left:1em;color:#930;background:#dfe;}</style>
  2. <?php
  3. //3.php
  4. //aera23@protonmail.com
  5. echo'<p style="padding:1.2em;background:#ff8"><a href="4.php">There is a login page</a></p>';
  6. echo '<h1>Welcome :)</h1><p>
  7. <form action="4.php" method="post">
  8. Use the tab keys to speed up form-filling.<br>
  9. <input name="cn" placeholder="Nick" value="'.$_POST['cn'].'"><br>
  10. <input name="ws" required placeholder="Code" value="'.$_POST['ws'].'"><br>
  11. <input name="sx" required placeholder="Security">
  12. <br><input type="submit" value="Save"><br>
  13.  
  14. Or hit enter.</p></form><p>If you lose your password, you\'ll need to confirm your "security".</p>';
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement