Hi,
I’m new to PHP, MySQL and JavaScript so perhaps my ambition has the upper hand over reality, but...
I’m trying to learn how to make a dynamic dropdown box. The first box has the vehicle make and depending on the choice, the vehicle "models" of the chosen "make" will appear in the second dropdown box.
I have created a MySQL table with 3 fields. 1 – sequential number, 2 – list of “vehicle makes” and 3 – list of vehicle models.
I need help firstly making sure the data is correctly recorded in the database.
Secondly, how to access the data, and
Finally, the dropdowns.
Is anyone willing to teach?
I’m new to PHP, MySQL and JavaScript so perhaps my ambition has the upper hand over reality, but...
I’m trying to learn how to make a dynamic dropdown box. The first box has the vehicle make and depending on the choice, the vehicle "models" of the chosen "make" will appear in the second dropdown box.
I have created a MySQL table with 3 fields. 1 – sequential number, 2 – list of “vehicle makes” and 3 – list of vehicle models.
I need help firstly making sure the data is correctly recorded in the database.
Secondly, how to access the data, and
Finally, the dropdowns.
Is anyone willing to teach?
Comment