這篇文章將為大家詳細(xì)講解有關(guān)怎么在PHP中使用ADODB實(shí)現(xiàn)一個(gè)分頁(yè)功能示例,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個(gè)參考,希望大家閱讀完這篇文章后對(duì)相關(guān)知識(shí)有一定的了解。
創(chuàng)新互聯(lián)建站-專(zhuān)業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設(shè)、高性?xún)r(jià)比喀喇沁網(wǎng)站開(kāi)發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫(kù),直接使用。一站式喀喇沁網(wǎng)站制作公司更省心,省錢(qián),快速模板網(wǎng)站建設(shè)找我們,業(yè)務(wù)覆蓋喀喇沁地區(qū)。費(fèi)用合理售后完善,十余年實(shí)體公司更值得信賴(lài)。一、代碼
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>分頁(yè)技術(shù)</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'; //載入數(shù)據(jù)庫(kù)鏈接文件 include('../adodb5/tohtml.inc.php'); //載入tohtml.inc.php文件 $sql = 'select * from tb_object'; //查詢(xún)語(yǔ)句 $num = 2; //每頁(yè)顯示的記錄數(shù) if(isset($_GET['n_page'])){ //判斷當(dāng)前頁(yè)碼 $c_page = $_GET[n_page]; //將$n_page賦給變量$c_apge }else{ $c_page = 1; //初始化變量$c_page } $rst = $conn -> PageExecute($sql,$num,$c_page); //執(zhí)行pageExecute函數(shù) if(false != $rst){ if(!$rst -> AtfirstPage()){ //如果當(dāng)前頁(yè)不是首頁(yè) ?><!-- 輸出向上翻頁(yè)超鏈接 --> <a href ="<?php echo '?n_pge=1' ?>"> 首頁(yè) </a> <a href ="<?php echo '?n_page='.($rst -> AbsolutePage() - 1); ?>"> 上一頁(yè) </a> <!-- ---------------------------- --> <?php } if(!$rst -> AtlastPage()){ //如果當(dāng)前頁(yè)不是尾頁(yè) ?> <!-- 輸出向下翻頁(yè)超鏈接 --> <a href = "<?php echo '?n_page='.($rst -> AbsolutePage() + 1); ?>"> 下一頁(yè) </a> <a href ="<?php echo '?n_page='.($rst -> LastPageNo());?>"> 尾頁(yè) </a> <!-- ----------------------------- --> <?php } ?></td> </tr> <tr> <td><?php rs2html($rst,'width=350 border="1" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#FF0000"',array('ID','類(lèi)型','添加時(shí)間')); ?></td> </tr><?php }?> <tr> <td height="30">當(dāng)前是第<?php echo $rst -> AbsolutePage(); ?>頁(yè)/一共是<?php echo $rst -> LastPageNo(); ?>頁(yè)</td> </tr> </table> </body> </html>
二、運(yùn)行結(jié)果
關(guān)于怎么在PHP中使用ADODB實(shí)現(xiàn)一個(gè)分頁(yè)功能示例就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺(jué)得文章不錯(cuò),可以把它分享出去讓更多的人看到。
標(biāo)題名稱(chēng):怎么在PHP中使用ADODB實(shí)現(xiàn)一個(gè)分頁(yè)功能示例-創(chuàng)新互聯(lián)
分享鏈接:http://muchs.cn/article2/pegic.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供動(dòng)態(tài)網(wǎng)站、搜索引擎優(yōu)化、網(wǎng)站導(dǎo)航、關(guān)鍵詞優(yōu)化、服務(wù)器托管、電子商務(wù)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容