I am trying to create a set of dropdown boxes that are interconnected using PHP and JavaScript.
My objective is to read an input value from a dropdown box, and use it to determine the values of other dropdown boxes.
An example of this is a dropdown list for States where the user takes the following actions:
- Choose a State
- Choose the province within that State
- Choose the city within that province
I wish to do something like this, but reading value from the Database and use the afore mentioned techonologies.