How to process form with variable number of radio groups
Posted: Sat Sep 20, 2008 11:51 am
Hi,
I have a question about how to process data from the form I have created. The form could contain a variable number of Web sites, and each site could contain a variable number of web pages. I use yes/no radio button for each page, and one submit button for the page. The user should be able to vote for some pages, and he can leave some pages without vote. I need to process those data on the other PHP page, so I need the information about which page he did vote for, how did he vote (yes or no) and which site that page belongs to.
Thanks
Zoran
I have a question about how to process data from the form I have created. The form could contain a variable number of Web sites, and each site could contain a variable number of web pages. I use yes/no radio button for each page, and one submit button for the page. The user should be able to vote for some pages, and he can leave some pages without vote. I need to process those data on the other PHP page, so I need the information about which page he did vote for, how did he vote (yes or no) and which site that page belongs to.
Thanks
Zoran