delphi123 Posted December 9, 2007 Share Posted December 9, 2007 Hi, I've got a mySQL table like this: software_nameVersionVotes Microsoft Word200723 Microsoft Word20034 Microsoft Excel200767 Microsoft Word9745 Microsoft Excel9722 I'm wanting to have an input page where they can select their software and it'll add it to the appropriate row. I'd like a dropdown list to select the software title that is prefilled using php - Ideally I'd like two dropdowns where the first one in the example above would just show the unique software names and the second would then fill with the relevant versions. Eg if you select Word in the first dropdown, the second would have 2007,2003,97 Any genius solve this? Link to comment https://forums.phpfreaks.com/topic/80869-two-dropdowns-with-dependencies/ Share on other sites More sharing options...
phpQuestioner Posted December 9, 2007 Share Posted December 9, 2007 look into ajax chain menus Link to comment https://forums.phpfreaks.com/topic/80869-two-dropdowns-with-dependencies/#findComment-410312 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.