daveoffy Posted July 17, 2009 Share Posted July 17, 2009 I need to have 2 drop downs. The first one will grab data from the table shows and display it (i know how to do that) than on the same page, I want the selected show (indicated by id) I want it to show the seasons of that show. The seasons table has id, showid, and name. So if show dropdown value = 1, I want it to show the second dropdown of the seaons where showid = 1 also. Link to comment https://forums.phpfreaks.com/topic/166370-2-dropdowns/ Share on other sites More sharing options...
ldougherty Posted July 17, 2009 Share Posted July 17, 2009 So in other words you want to dynamically create the second drop down box based upon the result of the first drop down box. If you search Google for php dynamic select box you will find a lot of good results. http://www.plus2net.com/php_tutorial/php_drop_down_list.php Link to comment https://forums.phpfreaks.com/topic/166370-2-dropdowns/#findComment-877328 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.