hyster Posted January 5, 2011 Share Posted January 5, 2011 I have 4 combo boxes on my page, the first one populates straight from the table in the database, I would like the second one to populate depending on the first combo boxes selection and the thid combo box to populate depending on the second combo box selection and the fourth combo box to populate according to the selection made in the third combo box. Could someone please point me in the correct direction as I have been searching and found nothing I could use. Thank you. Quote Link to comment https://forums.phpfreaks.com/topic/223501-onchange/ Share on other sites More sharing options...
Zurev Posted January 5, 2011 Share Posted January 5, 2011 I used to do this using javascript though it was static data not from a database. http://stackoverflow.com/questions/1777994/select-country-first-from-a-dropdown-menu-then-region-and-then-city The accepted answer there seems to be a good way to start, uses AJAX though. Quote Link to comment https://forums.phpfreaks.com/topic/223501-onchange/#findComment-1155299 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.