Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Insert Data into Database</title>
  4. </head>
  5. <body>
  6.  
  7.  
  8.  
  9.  
  10. * * * * * * * * THE TOP ABOVE THIS TEXT GOES ABOVE THE <?PHP TAG AND THE BOTTOM HALF BELOW THIS GOES AT THE END AFTER THE echo "</table>" command * * * *
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. <form name="insertdata" action="insertdata1.php">
  18. ID:<br>
  19. <input type="text" name="id" value="">
  20. <br>
  21. Content:<br>
  22. <input type="text" name="content" value="content">
  23. <br>
  24. Updated: <br>
  25. <input type="text" name="updated" value="updated">
  26. <br>
  27. Visible: <br>
  28. <input type="text" name="visible" value="">
  29. <br><br>
  30. <input type="submit value="Submit">
  31. </form>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement