There are three dropdownlist in a form in PHP.
country dropdownlist
state dropdownlist
city dropdownlist
In MySql database there are three tables table_country, table_state, table_city.
Please help me how to do ?
home / developersection / forums / dropdownlist in php
There are three dropdownlist in a form in PHP.
country dropdownlist
state dropdownlist
city dropdownlist
In MySql database there are three tables table_country, table_state, table_city.
Anonymous User
06-Apr-2012Could you paste your code, for more details.