I have 3 select boxes, each one returns a different field from database i.e., in database - 2010 BMW 320i, record 2 2008 Aston Martin DB9 and so on.
What I do is to first get user to select a year, then submit form so I can return all vehicles with that year tied to them, then manufacturer (BMW, Aston Martin etc), then the type vehicle (320i, DB9 etc).
Problem is that the select goes back to default values once submitted/posted. How can I show the return values again. I still have the values available in php, i.e -
$vehicle_year
$vehicle_make
I'm just not sure how to "re-show" them in the select options?