Hi everyone, long time follower with such a great members and first time posting and need help.
I am trying to have form or data that is going to change the data in table by filtering data from select box from static combo box. for example show only data for last 90days or 180days.
After the page loads. the default select box shows 90 which is the first item in selectbox, and it suppose and then we should be able to change it to 120 or any other and it should change query. But nothing happened.
It works the same for select inputs i.e. you need a GET variable and use it in the query builder with the condition you need
POST variables are only used when you are dealing with submitting forms.