if(!$whichpage)
{
$記事本=1;
}
其他
{
$notepage=$哪一頁;
}
$noterecs=0;
$頁大小=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;
}
? >
表>
$墊=0;
for($counter=1;$counter
{
if($counter>=10)
{
$墊=“”;
}
echo("".$pad.$counter." 」);
}
? >
以上就介紹了PHP實作分頁查詢的範例程式碼,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。