Guest User

Untitled

a guest
Nov 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <html>
  2.  
  3. // other code
  4.  
  5. <form action="process.php" method="post">
  6. <table>
  7. <tr><input name="comp1" type="text" /></tr>
  8. <tr><input name="comp2" type="text" /></tr>
  9.  
  10. // until
  11.  
  12. <tr><input name="comp50" type="text" /></tr>
  13.  
  14. <tr><input name="addColumn" type="text" /></tr>
  15. </table>
  16. </form>
  17.  
  18. <input name="addedColumn1A" type="text" />
Add Comment
Please, Sign In to add comment