$count=count($_POST['arr']); $Num_Rows = $count; $Per_Page = 4; $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;} for($i=1; $i<=$Num_Pages; $i++){ echo $Num_Pagesx; if($i == $Page){ $Page = 1; }else{ $Page = $i; } $Prev_Page = $Page-1; $Next_Page = $Page+1; //echo ($Per_Page*$Page); $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;} echo'<div class="page">'; echo'<div>หน้าที่ '.$i.'/'.$Num_Pages.'</div>'; for($ii=$Page_Start; $ii<$Per_Page; $ii++){ echo'<div style="float:left;">data'.$ii.'</div>'; } echo'</div>'; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง