First off, thank you for any help you can provide. If you can't help, thanks anyway.
I have a table that i need sorted. I can sort by the table header ascending and descending using a php mysql query. Thats not the issue.
I need to sort the table based on this situation:
the user has a lot of information in the table, and he only wants to see the results from the state, city, zip code, etc...how would i go about doing this with a dropdown menu? i have the first dropdown menu options as state, city, zip. how would i get the second meny to populate from the results in the database?
let me know if im not being clear on any of this. i dont know too much about javascript and jquery...
Thanks again!