parametrized query jqgrid
Posted
by user300657
on Stack Overflow
See other posts from Stack Overflow
or by user300657
Published on 2010-03-24T16:59:24Z
Indexed on
2010/03/24
17:43 UTC
Read the original article
Hit count: 340
Hey,
I have this mysql tables I want to display with jqgrid. The problem appears when I want to display a parametrized query.
For example lets say I want to display all students older than 21. I have this variable named age which I want to pass to server.php file where I can construct the XML or JSON.
On server I see some variables like $examp = $_REQUEST["q"]; but I dont know where to put $age to be accesed in server.php
Thanks
© Stack Overflow or respective owner