摘要: 阅读全文
posted @ 2019-07-05 18:10 2538 阅读(965) 评论(0) 推荐(0)
摘要: <?php//A表 分页,总记录,输出/////////////////////每一页的数据数量 $messagecount= intval($_GET['messagecount']);//////////////////要搜索第几页的数据 $currentpageindex= intval($_ 阅读全文
posted @ 2019-07-05 14:38 2538 阅读(482) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>分页</title> <?php //分页的函数function news($pageNum = 1, $pageSize = 3){ $array = array 阅读全文
posted @ 2019-07-05 14:31 2538 阅读(306) 评论(0) 推荐(0)