Guest User

Untitled

a guest
Dec 10th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <html>
  2.  
  3. <title>
  4. SQLite Example
  5. </title>
  6.  
  7. <body>
  8. <FORM ACTION="/create" METHOD=POST>
  9. Name: <input type="text" name="name">
  10. Marks: <input type="text" name="marks">
  11. <input type="submit" value="Add" name="Submit"/>
  12. </FORM>
  13. </body>
  14.  
  15. </html>
Add Comment
Please, Sign In to add comment