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? ??? Quote Link to comment 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. Quote Link to comment 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. 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.