Reputation: 332
I am using two select boxes in my form: one for country and one for state. I want the states box to be displayed based on the selection of the country box.
I also have two database tables: countries and states. The country's table structure is { Country Code and Country Name } and the states table structure is { Country Code and State Name }.
Thanks in advance.
Upvotes: 0
Views: 594