Hi. New to all this forum stuff. I really need help, with the following.
I have 2 tables in mysql database - makes and models.
Makes database has 2 fields a id primary key and makes eg
1 Ford
2 Nissan
etc.
The models table has a foreign id key from model table
1 Fiesta
1 Focus
2 Micra
2 Cube
etc
My databases are not based on cars and models, but its a similar set up.
This is my problem.
I want 2 selection menus on the same web page. Make and Models. When the user selects the make, i want to populate the models menu based on the id they have selected. ie select make ford, displays ford cars in the model menu.
I am using Dreamweaver CS4. I can create the databases, connect to the database, and create a form list/menu and get it populated with the makes database. Thats as far as i can go. I need someone to show me how to populate the models menu base on the makes selection.
I hope you understand, I would really appreciate help.... please please.
BIG thanks
they want, I am trying to get the models
I use dreamweaver CS4 if this helps.