PHP code for selecting data from html table
Posted: Sat Aug 21, 2010 6:17 am
Dear All
I would like to develop a php program. The program will like there will be several html text box in a html form. Bellow the text box there will be a simple button name ADD. After filling the text box when I press the add button all the data will be stored in tabular format bellow the ADD button. Each time I press the ADD button a new table row will be appended containing the text box data. Finally there will be a Submit Button after the table. When I press the submit button all code containing in table will be saved into the database. All this I would like to do using PHP or PHP and Javascript in combine and nothing else. Now I would like to request you all to help me to have a solution of the problem.
Thanks to you all.
I would like to develop a php program. The program will like there will be several html text box in a html form. Bellow the text box there will be a simple button name ADD. After filling the text box when I press the add button all the data will be stored in tabular format bellow the ADD button. Each time I press the ADD button a new table row will be appended containing the text box data. Finally there will be a Submit Button after the table. When I press the submit button all code containing in table will be saved into the database. All this I would like to do using PHP or PHP and Javascript in combine and nothing else. Now I would like to request you all to help me to have a solution of the problem.
Thanks to you all.