I want a selected option (data called from DB1) on page1 to carry across (using sessions?) to page 2 that will effect what data is displayed on page 2 from the same DB1.
This to be repeated till and end result of several selected options from the DB1.
Real world is that its a component selector, components are pulled from a DB and put up on screen, then your selection directly effects the next page...e.g...selected a Intel 775 CPU next page show only 775 Motherboards.
I'm trying to work out how to do this in my head. Thinking sessions to carry the values across, and it carry the posted session results through the several pages until it can be displayed but then some sort of SQL on each page which limits what data is displayed (options)
Really sorry if that sounded like total jibberish, thanks if you can understand and confirm this can be done.
This to be repeated till and end result of several selected options from the DB1.
Real world is that its a component selector, components are pulled from a DB and put up on screen, then your selection directly effects the next page...e.g...selected a Intel 775 CPU next page show only 775 Motherboards.
I'm trying to work out how to do this in my head. Thinking sessions to carry the values across, and it carry the posted session results through the several pages until it can be displayed but then some sort of SQL on each page which limits what data is displayed (options)
Really sorry if that sounded like total jibberish, thanks if you can understand and confirm this can be done.