fork download
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Logowanie z użyciem plików tekstowych</title>
  6. </head>
  7. <body>
  8. <form action="secret.php " method="post">
  9. Użytkownik: <input type="text" id="user" name="user"><br>
  10. Hasło: <input type="password" id="passwd" name="passwd"><br>
  11. <input type="submit" name="login" value="Zaloguj">
  12. </form>
  13. </body>
  14. </html>
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty