Re: Get value of text box, print out x times
I'm of no help but I think I understand what you want to accomplish so I'll try and explain it.
------------------
The user inputs what they want the table to be called in the 'Table Name' field. They then input the total number of rows they want the table to be constructed of into the 'Number of Rows' field.
When the user clicks 'Add Rows' the number of rows that they have input into the 'Number of Rows' field will display as more input fields.
Example:
----------------------------
Table Name: Example Table
Number of rows: 5
|Add Rows| - (Clicked)
Row 1 Name: |_____________|
Row 2 Name: |_____________|
Row 3 Name: |_____________|
Row 4 Name: |_____________|
Row 5 Name: |_____________|
|Make Table|
----------------------------
That's what I gather that you are trying to accomplish. Firstly I hope I'm right or else I'll just be further confusing matters. Secondly, I can't really help you accomplish this. But thirdly, I think it is possible because there is a similar feature in CPanel on the upload page whereby you can click a button to "add more upload boxes" which is essentially the same thing.
Good luck!