is this possible?
i have a form in an index page. it has 4 checkboxes for the user to tick if they want to go to 4 pages. once they press submit then a return page pops up giving them the links to the 4 pages (depending on how many checkboxes they have ticked). when they press the link they go to the form to fill it out. once they submit the form they get their results. on the results page i want to have those links that were there on the 1st page. do i need to submit it to a database in order to call it. i know when i pass data from one form to the next (ie checkbox values) i dont need tosubmit it but have the form action to be the page i want the data submitted to. if i use a database how do i know if the selection they put in is the same they are going to get out since there is no primary key function? absolutely no primary key function.