vinaynahata Posted September 16, 2009 Share Posted September 16, 2009 Hi , I want to populate a combobox with data pulled from a mysql db . The value of second combobox depends on what's been selected in first combobox. I assume pulling the data completely when loading the combobox and then filtering it locally to populate the second combobox based on the selection in first combobox will suit my needs so that i do not have to query server.What is the best way of doing it?Any free javascript library which can make my job easier?Further any sample code snippet would be appreciated as i am a newbee in javascript/php. Link to comment https://forums.phpfreaks.com/topic/174418-populating-a-combobox-with-data-frm-db-with-local-filtering/ Share on other sites More sharing options...
ngreenwood6 Posted September 16, 2009 Share Posted September 16, 2009 I think that you should probably post this in the javascript forums. You will probably get better help there as this is usually performed with javascript. Link to comment https://forums.phpfreaks.com/topic/174418-populating-a-combobox-with-data-frm-db-with-local-filtering/#findComment-919325 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.