I am trying to generate a list of products that are determined by how the user
answers a series of questions. All the questions are answered using a combobox,
so i know what the answers could be. There are about 5 questiions in all. When
the user has clicked submit, i need the results page to show the correct
products. Can anyone point me in the right direction about how to go about
doing this? Do i use a search form or a bunch of if statements? I am using PHP
and MySQL. I am fairly new so the more detailed the better! Thanks in advance!