PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I got my drop down menu to populate from my database, now the problem I am having is...When the user selects from the drop down menu, I want that selection to be submitted so I can use it on another page. Here is the code i have so far. All it is right now is my drop down being populated from my database.
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Cavolks wrote:My drop down menu works, my next problem is, how do i get a 2nd menu filled with different information from the equipment table and have the selections from both of the drop down menus submit with only one button?
I now have two drop down menus and right now they are populating the same information. The information in my database is divided up by wear location(head or feet). I can't figure out how to split these up after I've made my query and put each into their own drop down box.