Posts by Fiote • 1 point
1 post
-
0
votes2
answers183
viewsA: Error in PHP Paging
$sql = DBRead ("lojas"); $quant_pg = ceil ($sql / $limite) -1; Dbread seems to return a resultset into the $sql variable, but you are using it in your code as if it were the number of lines. Is that…