Pass $_GET and $_SESSION variables to server-side processing
Pass $_GET and $_SESSION variables to server-side processing
nestor_alveyra
Posts: 1Questions: 0Answers: 0
Hello,
Basically I would like to filter my table using two dates defined in my "Date To" and "Date From" input fields. When I click my search button, it will trigger the query in my server side, my question is, Is there a way to pass values of $_GET and $_SESSION variables into ajaxsource file so I can modify my query string on the server side? Thanks
Basically I would like to filter my table using two dates defined in my "Date To" and "Date From" input fields. When I click my search button, it will trigger the query in my server side, my question is, Is there a way to pass values of $_GET and $_SESSION variables into ajaxsource file so I can modify my query string on the server side? Thanks
This discussion has been closed.