|
|
|
การเเบ่งหน้า ข้อมมูลที่ดึงมาจาก ฐานข้อมูล ทำไมเเบ่งหน้าเเล้ว ผลที่ออกมาถึงได้ ข้อมูลออกมาเเสดงทั้งหมดเลย |
|
|
|
|
|
|
|
ทำไมเเบ่งหน้าเเล้ว ผลที่ออกมาถึงได้
ข้อมูลออกมาเเสดงทั้งหมดเลย ในหน้าเดียว เเต่หัวข้างบนขึ้น เเบบบี้
มีจำนวน หนังสือ ทั้งหมด 19รวมทั้งหมด : 10 หน้า : 1 [2][3][4][5][6][7][8][9] หน้าถัดไป>>
เเละคลิกเลือกหน้าถัดไป ก็ยังอยู่ที่หน้าเดิม
โค๊ด
<html>
<head>
<body bgcolor="#FFFFFF">
<br>
<table width="72%" border="1" align="center" cellspacing="0" cellpadding="0" height="23">
<?
$host="localhost";
$user="root";
$pw="1234";
$dbname="db_test";
$c = mysql_connect($host,$user,$pw);
if (!$c) {
echo "<h3>ERROR : ไม่สามารถติดต่อฐานข้อมูลได้</h3>";
exit();
}
$sql="select * from book,tb_type
where id_type = ref_id_type order by bookid desc";
/* ตั้งค่า แสดงผลต่อหน้า $Per_Page */
$Per_Page =2;
if(!$Page)
$Page=1;
$Prev_Page = $Page-1;
$Next_Page = $Page+1;
$result = mysql_db_query($dbname,$sql);
$Page_start = ($Per_Page*$Page)-$Per_Page;
$Num_Rows = mysql_num_rows($result);
if($Num_Rows<=$Per_Page)
$Num_Pages =1;
else if(($Num_Rows % $Per_Page)==0)
$Num_Pages =($Num_Rows/$Per_Page) ;
else
$Num_Pages =($Num_Rows/$Per_Page) +1;
$Num_Pages = (int)$Num_Pages;
if(($Page>$Num_Pages) || ($Page<0))
print "<center><b>จำนวน $Page มากกว่า $Num_Pages ยังไม่มีข้อความ<b></center>";
$sql .= " Where 1 Order by bookid Desc LIMIT $Page_start , $Per_Page";
//ส่วนแสดงผล
While($rs= mysql_fetch_array($result)){
$id_type=$rs[id_type];
$name_type=$rs[name_type];
$bookid=$rs[bookid];
$code_book=sprintf("%05d" , $bookid);
$bookname=$rs[bookname];
$ref_id_type=$rs[ref_id_type];
$authors=$rs[authors];
$page=$rs[page];
$yearprint=$rs[yearprin];
$bookdetail=$rs[bookdetail];
$bookprice=$rs[bookprice];
$pricetotal=$rs[pricetotal];
$bookphoto=$rs[bookphoto];
if ($bookphoto=="" ) {
$bookphoto="temp.jpg";
}
$pricetotal1= number_format($pricetotal,2,'.',',');
$bookprice1= number_format($bookprice,2,'.',',');
echo "
<tr>
<td WIDTH='20%' VALIGN='top'>
<IMG SRC='admin/photo/$bookphoto'>
</TD>
<TD WIDTH='75%' VALIGN='top'> <font size='2' face='MS Sans Serif, Tahoma, sans-serif'>
<B> รหัสสินค้า :</B> $code_book <BR>
<B> ชื่อสินค้า : </B> $bookname <BR>
<B> ประเภทหนังสือ :</B> $name_type <BR>
B> ชื่อผู้เเต่ง : </B> $authors <BR>
<B> จำนวนหน้า : </B> $page <BR>
<B> ครั้งที่พิมพ์/ปีที่พิมพ์ : </B> $yearprin<BR>
<B> ราคา :</B> $bookprice1 บาท<BR>
<B> ราคาสุทธิ์ :</B> $pricetotal1 บาท<BR><BR>
<BR>
[ <A HREF='book_view.php?bookid=$bookid'>แสดงรายละเอียด </A>]
[ <A HREF='selectcert1.php?bookid=$bookid'>หยิบใส่ตะกร้า </A>]
</TD>
</TR>";
}
?>
<div align="center"><br>
มีจำนวน หนังสือ ทั้งหมด
<?= $Num_Rows;?>
รวมทั้งหมด : <b>
<?=$Num_Pages;?>
</b> หน้า :
<?/* สร้างปุ่มย้อนกลับ */
if($Prev_Page)
echo " <a href='$PHP_SELF?Page=$Prev_Page'><< ย้อนกลับ </a>";
for($i=1; $i<$Num_Pages; $i++){
if($i != $Page)
echo "[<a href='$PHP_SELF?Page=$i'>$i</a>]";
else
echo "<b> $i </b>";
}
/*สร้างปุ่มเดินหน้า */
if($Page!=$Num_Pages)
echo "<a href ='$PHP_SELF?Page=$Next_Page'> หน้าถัดไป>> </a>";
?>
</div>
</table>
</body>
</html>
แก้มาหลายวันเเล้วไม่ได้ซักทีค่ะ
Tag : - - - -
|
|
|
|
|
|
Date :
15 ส.ค. 2551 17:11:24 |
By :
maem |
View :
1436 |
Reply :
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|