PHP problem

wxdqz

New Member
Suppose the following situation:
- we have 2 comboboxes: one which will retrieve the manufacturer of a car, and the other one shall retrieve all the models of cars manufactured by that firm.
- I have 2 tables involved in this operation: Manufacturer(IDManufacturer, Manufacturer) and Cars (IDManufacturer, Model)
- how could be done (via php) the following thing: when I select a manufacturer from the first combo, the second combo should contain the models made by that specific manufacturer.
Thanks.
 
Back
Top