You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.php 549 B

2 years ago
123456789101112131415161718192021222324252627
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html lang="en">
  4. <head>
  5. <title>Form</title>
  6. </head>
  7. <br />
  8. <form action="SQL_Injection.php" method="post">
  9. First name: <input type="text" name="first_name" value ="" /> <br />
  10. Last name: <input type="text" name="last_name" value ="" /> <br />
  11. Student ID: <input type="text" name="student_id" value ="" /> <br />
  12. <br />
  13. <input type="submit" name="submit" value ="Submit" /> <br />
  14. </form>
  15. </html>

No Description

Contributors (1)