<? include "config.inc.php"; $tb="centerbase"; $p="100"; mysql_connect( $host,$username,$password) or die ("ติดต่อกับฐานข้อมูล Mysql ไม่ได้ "); mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้"); /* ทำการเลือกฐานข้อมูลก่อน */ mysql_query ('SET NAMES UTF8'); //***ใช้กับภาษาไทย utf-8*** mysql_query("SET character_set_results=utf8"); mysql_query("SET character_set_client=utf8"); mysql_query("SET character_set_connection=utf8"); $sql="Select * From $tb where yom='$yom' ORDER by autonum DESC"; $Per_Page =$p; // แสดงหน้าละ 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 where yom='$yom' ORDER by autonum DESC LIMIT $Page_start , $Per_Page"; //ส่วนแสดงผล $result = mysql_query($sql); ?> <br> <div align="center"><font color=#000099> พบทั้งหมด<b> <?= $Num_Rows;?> </b> รายการ รวมทั้งหมด : <b> <?=$Num_Pages;?> </b> หน้า : <?/* สร้างปุ่มย้อนกลับ */ if($Prev_Page) echo " <a href='$PHP_SELF?Page=$Prev_Page&yom=$yom''><< ย้อนกลับ </a>"; for($i=1; $i<$Num_Pages+1; $i++){ if($i != $Page) echo "[<a href='$PHP_SELF?Page=$i&yom=$yom''>$i</a>]"; else echo "<b> $i </b>"; } /*สร้างปุ่มเดินหน้า */ if($Page!=$Num_Pages) echo "<a href ='$PHP_SELF?Page=$Next_Page&yom=$yom''> หน้าถัดไป>> </a>"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง