<? if($_GET["dateInput"] != "") { include "connect.php"; $strSQL = "SELECT * FROM deposit WHERE Date2 BETWEEN '$dateInput' AND '$dateInput2' order by ID ASC "; mysql_query("SET NAMES TIS620"); $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); $Num_Rows = mysql_num_rows($objQuery); $Per_Page = 20; // Per Page $Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; $Page_Start = (($Per_Page*$Page)-$Per_Page); if(mysql_num_rows($objQuery) <1) //ถ้าค้นหาไม่พบ { echo "<center><font color=red><b>ไม่พบรายการ</b></font><br><br><img src=images/footer.jpg></center>"; exit(); } 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; } $strSQL .=" LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_query($strSQL); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง