Im looking for some direction in creating a form so that the list values of one drop down list change to fit the options of the first drop down for instance
someone selects
Ford
in the first drop down i want the second drop down list to change dynamically (at that moment) to all the ford models
Pinto
F-150
and so on...
Then they change their mind and select
Chevy
so the second drop down changes to
S-10
Impala
and so on...
All this using PHP and a MySQL database to populate the lists. Anybody provide some direction??