我已经搜索了这个问题,但找不到它,我有一个脚本给我这个警告警告:第 52.php 行的 /home/ 中除以零 - 你可以在http://usedcarsforsaleingauteng.com上看到错误/
如果你看下面,$pages = ceil($total / $_GET[p]); // 页数为第 52.php 行
你们能帮忙吗?谢谢
// get total number of entries for pagenation
$result = mysql_query("SELECT COUNT(*) FROM $dblist $where", $link);
$total = mysql_fetch_array($result); $total = $total[0]; // total number of listings
$pages = ceil($total / $_GET[p]); // number of pages
}