PHP_Idiot Posted July 3, 2009 Share Posted July 3, 2009 Hi I need to use a listbox selection to repopulate a table from a seperate mysql query. I have a dynamically populated list box that works fine, I also have a series of queries to populate tables that also works fine. I have a few league tables I want people to be able to view, and rather than add a link to each page as I have now I need to move to a more dynamic way as I will be generating more and more tables! I would like to learn how I can make the selection in the list box generate new content in the table, either by modifying the queries (this is the prefered option) or by implementing a different query for each. Any help would be greatly appreciated. Cheers Link to comment https://forums.phpfreaks.com/topic/164705-change-table-contents-based-on-list-box-selection/ Share on other sites More sharing options...
PHP_Idiot Posted July 4, 2009 Author Share Posted July 4, 2009 I know this is possible because I have seen similar set ups on other sites, I've googled the life out of it and still not found anything the covers what I need. If anyone can offer any advice, or point me to any specific sites that might help I'd really appreciate it. Cheers Link to comment https://forums.phpfreaks.com/topic/164705-change-table-contents-based-on-list-box-selection/#findComment-868787 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.