denoteone Posted October 2, 2008 Share Posted October 2, 2008 Does anybody know of a good tutorial on populating a drop down menu with options from a Database? and then on submit printing to the screen all the data from the database that is associated with that option? ??? Link to comment https://forums.phpfreaks.com/topic/126811-populating-a-drop-down-menu/ Share on other sites More sharing options...
F1Fan Posted October 2, 2008 Share Posted October 2, 2008 Try the AJAX boards. If you're only loading one select box, it's pretty easy. If there's more than one and the option selected of the first should change the options in the next, that's a lot more complicated and you should check the AJAX boards. Link to comment https://forums.phpfreaks.com/topic/126811-populating-a-drop-down-menu/#findComment-655952 Share on other sites More sharing options...
revraz Posted October 2, 2008 Share Posted October 2, 2008 Let's start with this. Do you know how to do a DB Query and fetch data? Do you know how to make a HTML Option box? If so, it's a pretty simple integration. If not, you can google both of those and have a solution pretty fast. Link to comment https://forums.phpfreaks.com/topic/126811-populating-a-drop-down-menu/#findComment-655958 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.