$page = $_GET['page']; // get the requested page $limit = $_GET['rows']; // get how many rows we want to have into the grid $sidx = $_GET['sidx']; // get index row – i.e. user click to sort $sord = $_GET['sord']; // get the direction if(!$sidx) $sidx =1;
does this look familiar ?
i use this sample code the you provide from the demo app, but on IE8 .. sometimes i cant figure it out when and how
$page and $limit are blank ! and my sql query crashes
Author
Replies
Viewing 2 replies - 1 through 2 (of 2 total)
The forum ‘Bugs’ is closed to new topics and replies.