<? include "connect.php"; $tb="news"; $sql = "select * From $tb order by id DESC "; $Per_Page =20; 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 = "select * From $tb order by id DESC LIMIT $Page_start , $Per_Page"; $result = mysql_query($sql); $Num_Rows = mysql_num_rows($result); echo"<table width=\"\" align=\"center\" border=\"0\" cellpadding=\"1\" cellspacing=\"1\">"; echo"<tr valign=\"bottom\">"; $count = 1; $limitcount = 5; //---กำหนดจำนวน รูปต่อ 1 แถว for($i=1;$i<=1;$i++) { $result = mysql_query($sql); While($row= mysql_fetch_array($result)){ $id=$row["id"]; $name=$row["name"]; $date=$row["date"]; $text=$row["text"]; $pic=$row["pic"]; $pro = "$id,$name"; $getline = preg_split("/[:]/",$pro); for ($j=0;$j<count($getline);$j++) { $rec = preg_split("/[,]/",$getline[$j]); $count1=$count++; echo"<td>"; ?> <table width="181" height="163" border="0" cellpadding="0" cellspacing="0" class="table"> <tr> <td width="181" height="163" align="center" valign="top"><p><a href="NewsShow.php?id=<?=$id?>"><img src="admin/img/<?=$pic?>" width="150" height="100" border="0" /></a></a></p> <table width="182" cellpadding="0" cellspacing="0" class="table"> <tr> <td height="24" align="center" valign="top" class="font2"><?=$name?> </a></td> </tr> <tr> <td height="18" align="center" valign="top" class="font1" ><?=$date?></td> </tr> </table></td> </tr> </table> <span class="style23"> <? echo"</td>"; if ($count1 < $limitcount) { } else { $count= 1; echo"</tr><tr valign=\"bottom\">"; } } } } echo"</tr>"; echo"</table>"; ?> </span> <center> <span class="style23"><br /> พบทั้งหมด<b> <?= $Num_Rows;?> </b> รายการ รวมทั้งหมด : <b> <?=$Num_Pages;?> </b> หน้า : <?/* สร้างปุ่มย้อนกลับ */ if($Prev_Page) echo " <a href='$PHP_SELF?Page=$Prev_Page&keyword=$keyword&type=$type&action_cart=view'><font color=black><< ย้อนกลับ</font> </a>"; for($i=1; $i<$Num_Pages; $i++){ if($i != $Page) echo "[<a href='$PHP_SELF?Page=$i&keyword=$keyword&type=$type&action_cart=view'><font color=black>$i</font></a>]"; else echo "<b> $i </b>"; } /*สร้างปุ่มเดินหน้า */ if($Page!=$Num_Pages) echo "<a href ='$PHP_SELF?Page=$Next_Page&keyword=$keyword&type=$type&action_cart=view'> <font color=black>หน้าถัดไป>> </font></a></center>"; mysql_close(); ?> </span> </center>
Quote:if(!$Page) $Page=1;
$Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง