Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
Alrighty, This is a great start. (I am an asp developer and do not know php, but there are lots of people here that do.)
This would be the simplist way I think.
The form would have a dropdown (jump meu) list for the different searches.
When the user makes a selection from this list, the form is redirectid back to the same page and the rest of the form will be loaded according to the selection.
What happens is the jump menu will have a querystring variable that will let an if statement know which form to load..
I hope this makes sense.
Even though they are using a different technology, you can get the idea of what will happen here. Notice the GET BLUE BOOK VALEUS. As you make selections from the dropdown lists it offers different options.. Only yours will not to be as elaborate- only one selection before they search..
What you will need to learn is how to program an IF statement in php. It is something that will take a little while to learn, but you will be able to, I promise.
go to the php forum and ask them how you can make the if statement for the form.
I hope this helps. Please, don't feel overwhelmed, its not as difficult as it sounds..
|