Hello
Basically I have a huge list of info from a table in a database, the table has a field "week" in which I sort them by.
I want a drop down menu which displays the weeks, and when you pick a certain week, it populates the html table below the drop down with the info from the database for that week. If it won't work without refreshing the page that is okay.
Thanks