'; if ($offset <> 1) { //如果偏移量是0,不显示前一页的链接 $newoffset=$offset - 1; print "前一页"; } else { print "前一页"; print " "; } //显示所有的页数 for ($i=1; $i <= $pages; $i++) { $temps = "".$i.""; print $temps; print " "; } //检查是否是最后一页 if ($pages!=0 && $offset!=$pages) { $newoffset=$offset+1; print "下一页"; } else print "下一页"; print ' | '; '; print "当前页:".$offset." 共".$pages."页"; print ' | ';
查询结果信息 | ';
'.$tempstr.' | ';