您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

如何使用PHP ADODB做出分页功能

2024/6/21 21:06:12发布31次查看
这次给大家带来如何使用php adodb做出分页功能,使用php adodb做出分页功能的注意事项有哪些,下面就是实战案例,一起来看一下。
一、代码
adodb.inc.php可从官方网站http://adodb.sourceforge.net/ 下载。
或者点击此处本站下载。
conn.php:
<?php include_once ('../adodb5/adodb.inc.php'); $conn = adonewconnection('mysql'); $conn -> pconnect('localhost','root','root','db_database14');  $conn -> execute('set names gb2312'); ?>
list.php:
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=gb2312" /> <title>分页技术</title> <style type="text/css"> <!-- th { background-color:#ffffff; font-size: 12px; color: #ff0000; } td { background-color:#ffffff; font-size: 12px; color: #ff0000; } a:link { color: #ff0000; text-decoration: none; } a:visited { text-decoration: none; color: #ff0000; } a:hover { text-decoration: none; } a:active { text-decoration: none; } --> </style> </head> <body> <table width="384" border="0" cellpadding="0" cellspacing="0">  <tr>  <td height="30">  <?php include_once 'conn/conn.php'; //载入数据库链接文件 include('../adodb5/tohtml.inc.php'); //载入tohtml.inc.php文件 $sql = 'select * from tb_object'; //查询语句 $num = 2; //每页显示的记录数 if(isset($_get['n_page'])){ //判断当前页码 $c_page = $_get[n_page]; //将$n_page赋给变量$c_apge }else{ $c_page = 1; //初始化变量$c_page } $rst = $conn -> pageexecute($sql,$num,$c_page); //执行pageexecute函数  if(false != $rst){   if(!$rst -> atfirstpage()){     //如果当前页不是首页 ?><!-- 输出向上翻页超链接 -->   <a href ="<?php echo '?n_pge=1' ?>> 首页 </a>   <a href ="<?php echo '?n_page='.($rst -> absolutepage() - 1); ?>> 上一页 </a> <!-- ---------------------------- --> <?php } if(!$rst -> atlastpage()){     //如果当前页不是尾页 ?> <!-- 输出向下翻页超链接 -->   <a href = "<?php echo '?n_page='.($rst -> absolutepage() + 1); ?>> 下一页 </a>   <a href ="<?php echo '?n_page='.($rst -> lastpageno());?>> 尾页 </a> <!-- ----------------------------- --> <?php } ?></td>  </tr>  <tr>  <td><?php rs2html($rst,'width=350 border="1" cellpadding="1" cellspacing="1" bordercolor="#ffffff" bgcolor="#ff0000"',array('id','类型','添加时间')); ?></td>  </tr><?php }?>  <tr>  <td height="30">当前是第<?php echo $rst -> absolutepage(); ?>页/一共是<?php echo $rst -> lastpageno(); ?>页</td>  </tr> </table> </body> </html>
相信看了本文案例你已经掌握了方法,更多精彩请关注其它相关文章!
推荐阅读:
怎样实现php中adodb事务处理
怎样使用thinkphp5+uploadify实现文件上传
以上就是如何使用php adodb做出分页功能的详细内容。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product