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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.