Hello,
I am trying to load grid based in post value, it is posting value; however is not taking the var to start the mysql query, not works.
Refer: https://www.gridphp.com/faqs/#20
Is there an example based in JS function to post values and get it in MySQL query to load grid?
1 Answers
Hello,
You will need to involve session as in mentioned faq link … when using POST values.
Another option is to use GET method while sending data. It will not need session.
Your Answer