I've try jqgrid_demo.zip
I have problem, look this script :
20 // rowNum parameter in the grid
21 $limit = $_REQUEST['rows'];
and then
42 // calculation of total pages for the query
43 if( $count >0 ) {
44 $total_pages = ceil($count/$limit);
45 } else {
46 $total_pages = 0;
}
information on browser :
Warning: Division by zero in C:\AppServ\www\ok\example.php on line 44
Couldn't execute query.You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
anybody help me ???
(Utilising Appserv 10 : PHP/5.2.6 Server)
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top