<? mysql_connect("localhost","root","123456") or die(mysql_error()); mysql_select_db("gallery"); $strSQL = "SELECT * FROM album"; $objQuery = mysql_query($strSQL); $Num_Rows = mysql_num_rows($objQuery); if($pro_id!="") {$strSQL="SELECT * FROM album WHERE album_name like'$pro_id%' order by album_name "; $objQuery= mysql_query($strSQL) or die("select error=$strSQL"); } $Num_Rows = mysql_num_rows($objQuery); if($Num_Rows==0){ echo "<font class=\"FontThai\">ไม่พบรูปกิจกรรมที่ค้นหา</font>"; } $Per_Page = 12; // Per Page แสดงหน้าละ 12 รูป $Page = $_GET["Page"]; if(!$_GET["Page"]) { $Page=1; } $Prev_Page = $Page-1; $Next_Page = $Page+1; $Page_Start = (($Per_Page*$Page)-$Per_Page); 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 .=" order by album_id ASC LIMIT $Page_Start , $Per_Page"; $objQuery = mysql_query($strSQL); echo"<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\"><tr>"; $intRows = 0; while($objResult = mysql_fetch_array($objQuery)) { $intRows++; $album_id = $objResult["album_id"]; $album_name = $objResult["album_name"]; $activity_id =$objResult["activity_id"]; $album_detail = $objResult["album_detail"]; $album_date = $objResult["date"]; $Thumbnails = $objResult["$Thumbnails"]; echo "<td>"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง