form.html 277 B

12345678910111213
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>SQLdb</title>
  6. </head>
  7. <body>
  8. <form action="http://localhost/cgi-bin/cgi1.bf" method="post">
  9. <input type="text" name="name" value="Your name here" /><br />
  10. <input type="submit" />
  11. </form>
  12. </body>
  13. </html>