This question is more of a brainstorming/optimization question. I am still new to website development and I am curious as to the most efficient way to do database querying.
There is a filter menu being displayed that users can select as filter parameters for there results. I want users to be able to change the parameters on the fly (which they can) and have it requery the database as such.
I can just resubmit the form everytime in GET and requery the database and display each time, but I was wondering if there is a more effective way to do this.
An example filter can be seen here: http://lolteamrecruiter.com/find/player.php