Would anyone be kind enough to share a working example of a php drop down menu that
- queries mysql table for items, like apples, oranges, lemons, limes
- inserts them into a drop down menu
- redirects the web page to the apples page if apples is selected, to the oranges page if oranges is selected, etc.
??
I have code that works to redirect a page from a vertical list. When I converted the vertical list to a drop down menu, nothing...I think I can figure it out but don't know where to start finding a tutorial or anything. Scoured the web and my php/mysql/apache book...nothing without java or javascript or something like that. Can php even do this alone? Thanks.