muzammil Posted May 18, 2007 Share Posted May 18, 2007 hi i am using mysql as data base, i have three table category (courntry), subcategory (sates), subcategory2 (cities), i want to show respective satate when a country selected in drop down menu and similar in case of satate and city. hope i get solutio for this. Link to comment https://forums.phpfreaks.com/topic/51956-drop-down-dynamic-change/ Share on other sites More sharing options...
Barand Posted May 22, 2007 Share Posted May 22, 2007 if your table have a structure similar to this [pre] country state city --------- --------- --------- id (int) ---+ id (int) ---+ id (int) countryname | statename | cityname +---< countryID +---< stateID [/pre] then the baaSelect link in my sig will help. Otherwise, see the AJAX link Link to comment https://forums.phpfreaks.com/topic/51956-drop-down-dynamic-change/#findComment-258864 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.