I have three dropdowns:
- Country
- State
- City
When I select a value in the Country dropdown, it should show the States of the selected country. When I select a value in the State dropdown, it should show the Cities of the selected state.
All data is available in a XML file. I would like to populate the child dropdowns using Ajax and PHP. How can I achieve this?