首页 > 作文

一个典型的PHP分页实例代码分享

更新时间:2023-04-06 11:21:43 阅读: 评论:0

复制代码 代码如下:

<!doctype html public “-//w3c//dtd xhtml 1.0 transitional//en” “/d/file/titlepic/xhtml1-transitional.dtd& />
&云窗lt;html xmlns=”http://www.w3.org/1999/xhtml”>

<head>

<meta http-equiv=”content-type” content=”text/html; chart=gb2312″ />

<title>php make page list</title>

<style type=”text/css”>

<!–

.page a:link {

color: #0000ff;

text-decoration: none;

}

.page a:visited {

text-decoration: none;

color: #0000ff;

}

.page a:hover {

text-decoration: none;

color: #0000ff;

}

.page a:active {

text-decoration: none;

color: #0000ff;

}

.page{color:#0000ff;}

–>

</style>

</head>

<body>

<table width=”530″ height=”103″ border=”0″ align=”center” cellpadding=”0″ cellspacing=”1″ bgcolor=”#cccccc”>

<tr>

<th width=”30″ height=”38″ bgcolor=”#e3e3e3″ scope=”col”>id</th>

<th width=”500″ bgcolor=”#e3e3e3″ scope微笑让生活更美好作文=”col”>文章标题</th>

</tr>

<?php

/*

* created on 2010-4-17

*

* order by kove wong

*/

$link=mysql_connect(‘localhost’,’root’,’haoxiazai1987′);

mysql_lect_db(‘pagelist’);

mysql_query(‘t names gbk’);

$page_size=10;

$result=mysql_query(‘lect * from v_char’);

$count = mysql_num_rows($result);

$page_count = ceil($count/$page_size);

$init=1;

$page_len=7;

$max_p=$page_count;

$pages=$page_count;

//判断当前页码

if(empty($_get[‘page’])||$_get[‘page’]<0){

$page=1;

}el {

$page=$_get[‘page’];

}

$offt=$page_size*($page-1);

$sql=”lect * from v_char limit $offt,$page_size”;

$result=mysql_query($sql,$link);

while ($row=mysql_fetch_array($result)) {

?>

<tr>

<td bgcolor=”#e0eee0″ height=”25px”><div align=”center”>

<?php echo $row[‘id’]?>

</div></td>

<td bgcolor=”#e0eee”><div align=”center”>

<?php echo $row[‘name’]?>
名人事迹素材
</div></td>

</tr>

<?php

}

$page_len = ($page_len%2)?$page_len:$pagelen+1;//页码个数

$pageofft = ($page_len-1)/2;//页码个数左右偏移量

$key='<div class=”page”>’;

$key.=”<span>$page/$pages</span>“; //第几页,共几页

if($page!=1){

$key.=”<a href=\””.$_rver[‘php_lf’].”?page=1\”>第一页</a> “; //第一页

$key.=”<a href=\””.$_rver[‘php_lf’].”?page=”.($page-1).”\”>上一页</a>”; //上一页

}el {

$key.=”第一页 “;//第一页

$key.=”上一页”; //上一页

}

if($pages>$page_len){

//如果当前页小于等于左偏移

if($page<=$pageofft){

$init=1;

$max_p = $page_len;

}el{//如果当前页大于左偏移

//如果当前页码右偏移超出最大分页数

if($page+$pageofft>=$pages+1){

$init = $pages-$page_len+1;

}el{

//左右偏移都存在时的计算

$init = $page-$pageofft;

$max_p = $page+$pageofft;

}

}

}

for($i=$init;$i<=$max_p;$i++clothes){

if($i==$page){

$key.=’ <span>’.$i.'</span>’;

} el {

$key.=” <a href=\””.$_rver[‘php_lf’].”?page=”.$i.”\”>”.$i.”</a>”;

}

}

if($page!=$pages){

$key.=” <a href=\””.$_rver[‘php_lf’].”?page=”.($page+1).”\”>下一页</a> “;//下一页

$key.=”<a href=\””.$_rver[‘php_lf’].”?page={$pages}\”>最后一页</a>”; //最后一页

}el {

$key.=”下一页 “;//下一页

$key.=”最后一页”; //最后一页

}

$key.='</div>’;

?>

<tr>

<td colspan=”2″ bgcolo七夕礼物送女友什么好r=”#e0eee0″><div align=”center”><?php echo $key?></div></td>

</tr>

</table>

</body>

</html>

本文发布于:2023-04-06 11:21:38,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/5cd560a82be82fc8c730e18b233d7f8b.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:一个典型的PHP分页实例代码分享.doc

本文 PDF 下载地址:一个典型的PHP分页实例代码分享.pdf

标签:下一页   上一页   第一页   页码
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图