首頁  >  文章  >  後端開發  >  PHP實作分頁的一個範例_PHP教程

PHP實作分頁的一個範例_PHP教程

WBOY
WBOY原創
2016-07-21 16:06:56678瀏覽

if(!$whichpage)
{  
$notepage=1;
}
其他
{
$notepage=$whichpage;
}
$noterecs=0;
$pagesize=10;
$bbsconn=mysql_connect("localhost","root");
mysql_select_db("rainwindy",$bbsconn);
$bbsresult=mysql_query("從 bbs order by id desc select *",$bbsconn);
$rsnum=mysql_num_rows($bbsresult);
$pagecount=ceil($rsnum/$pagesize);
mysql_data_seek($bbsresult,($notepage-1)*10);



    
      
      
      
      
      
   
while(($bbsrow=mysql_fetch_array($bbsresult)) && ($noterecs{


?>;
;
      
      
$noterecs=$noterecs 1;
}

$pad=0;
for($counter=1;$counter{
if($counter>=10)
{  
$pad="";
}

echo("".$pad.$counter." ”);
}
? 



http://www.bkjia.com/PHPjc/315304.html

www.bkjia.com

true

TechArticle?php if(!$whichpage) { $notepage=1; } else { $notepage=$whichpage; $noterecs=0; $頁面大小=10; $bbsconn=mysql_connect(localhost,root); mysql_select_db(rainwindy,$bbsconn); $bbsresu...
編號 使用者名稱 發表者 文章標題 發佈時間

      

      

      
" target="disp">

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn