I am trying to setup a webpage in PHP to auto generate a table filled with text boxes for a form submission..
Is this possible to do in PHP??
Basically what I need to do is have a main page that asks 2 questions.. Question 1 is how many rows and question 2 is how many columns and when you hit submit it generates the table filled with text boxes that can be filled in with values and added together and then submitted to a SQL database.
I am rather new to PHP and am unsure if this is possible? I have searched the web and haven't been able to find anything
Is this possible to do in PHP??
Basically what I need to do is have a main page that asks 2 questions.. Question 1 is how many rows and question 2 is how many columns and when you hit submit it generates the table filled with text boxes that can be filled in with values and added together and then submitted to a SQL database.
I am rather new to PHP and am unsure if this is possible? I have searched the web and haven't been able to find anything
Comment