<? ob_start(); session_start(); require("connect/connect.php"); require("connect/function.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=utf-8" /> <title>Untitled Document</title> <link href="css/layout.css" rel="stylesheet" type="text/css" /> <link href="css/Product.css" rel="stylesheet" type="text/css" /> <link href="css/font.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="header">Content for id "header" Goes Heresssssssssssss</div> <div id="AllContent"> <div class="font24"><strong> <? //============ เลือกว่าเป็นหมวดอะไร $resultHeadPro=select("category","where 1=1 and CatID='".$_GET["CatID"]."'"); if(!$resultHeadPro) { //header("location:index.php"); } if($_GET["CatID"]!="") { echo "[ ".$resultHeadPro["CategoryName"]." ]"; } else { echo "(แสดงทั้งหมด)"; } ?> </strong></div> <div class="right"> <div class="hrTop"></div> <p> </p> </div> <div class="Product"> <div class="ListProduct"> <table width="550" align="left" cellpadding="0" cellspacing="0"> <tr> <td colspan="4"><span class="nav"> <? //============ เลือกรายการสินค้าออกมาแสดง $condition=""; if($_GET["CatID"] <> "") { $condition="and CatID='$_GET[CatID]' "; } echo"<table align=center><tr>"; $sql = "select * from product where 1=1 $condition "; /* ตั้งค่า แสดงผลต่อหน้า $Per_Page */ $Per_Page =8; if(!$Page) $Page=1; //============ คำนวณจำนวนหน้า $Prev_Page = $Page-1; $Next_Page = $Page+1; $result=mysql_query($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 .= " order by ProductID DESC LIMIT $Page_start , $Per_Page"; //ส่วนแสดงผล $i=0; $query = mysql_query($sql); While($resutNewPro= mysql_fetch_array($query)){ $i++; echo "<td>"; ?> </span></td> </tr> <tr> <td width="106"><a href="detail.php?CatID=<?=$resutNewPro["CatID"];?>&ProductID=<?=$resutNewPro["ProductID"];?>"><img src="picture/<?=$resutNewPro["Picture"];?>" width="106" height="100" border="0" /></a></td> <td width="11"> </td> <td width="313"><div class="ProductName"><a href="detail.php?CatID=<?=$resutNewPro["CatID"];?>&ProductID=<?=$resutNewPro["ProductID"];?>"> <span class="font18"> <?=$resutNewPro["ProductName"];?></span> </a><br /> </div> <div class="ProductInfo"> <span class="font14"><?=$resutNewPro["info"];?></span></div></td> <td width="118" align="right" class="big"><span class="font18"><?="".number_format($resutNewPro["PriceNormal"], 2,'.',',');?></span> <br /> <br /> <br /> <br /> <br /></td> </tr> <tr> <td height="15" colspan="4"><div class="hr"></div></td> </tr> <tr> <td colspan="4"></td> </tr> <tr> <td colspan="4"><? //============ แสดงแถวละ สอง echo"</td>"; if(($i)%2==0) { echo"</tr>"; } else { echo "<td>"; } } echo"</tr></table>"; if($i==0) { echo "<strong><center><font color=red>ไม่มีรายการสินค้า</font></center></strong>"; } ?></td> </tr> <tr> <td colspan="4"><span class="font14">จำนวน <?=$Page;?> หน้า <b> <?=$Num_Pages;?> </b> ( <?= $Num_Rows;?> รายการ ) </span></td> </tr> <tr> <td colspan="4" class="font14"><?/* สร้างปุ่มย้อนกลับ */ if($Prev_Page) echo " <a href='$PHP_SELF?Page=$Prev_Page&CatID=$_GET[CatID]' class='boxtext'><< Back </a> "; for($i=1; $i<$Num_Pages; $i++){ if($i != $Page) echo " [ <a href='$PHP_SELF?Page=$i&CatID=$_GET[CatID]' class='boxtext'>$i</a> ]"; else echo "<b> $i </b>"; } /*สร้างปุ่มเดินหน้า */ if($Page!=$Num_Pages) echo " <a href ='$PHP_SELF?Page=$Next_Page&CatID=$_GET[CatID]' class='boxtext'> Next >> </a>"; ?></td> </tr> </table> </div> <br /> </p> </div> </div> <div id="footer">s</div> </body> </html>
Quote:if(!$Page) $Page=1;
$Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง