I am currently designing a site that uses PHP, MySql and HTML.
I need some advice on how to do this.
Basically a user is given 5 headings and each heading has a different number of subheading - they check a checkbox to select a subheading. They must check at least one checkbox and at max will select one checkbox from each heading.
For each box they check a separate details page will need to be displayed. So if they check 1 box, just one page will be displayed, two check boxes, two different pages will be displayed one after the other etc..
How would anybody suggest i implement this scenerio. I was thinking of displaying one page, a submit button, then the next page, another submit button etc. etc.
However where will i store the data for each page - should i store it in a datbase table (I need to display a confirmation page at the end and then send all the details to the site owner) or is there a better way of doing this.
Any help would be greatly appreciated