$Per_Page = $_GET['row']; // 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($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; } $Page_End = $Per_Page * $Page; IF ($Page_End > $Num_Rows) { $Page_End = $Num_Rows; } ?> ######################################################################## <form name="form1"> <input type="text" name="row"><input type="submit" value="submit" name="submit"> </form> ######################################################################## <? for($i=$Page_Start;$i<$Page_End;$i++) { ?> ... ... ... } มีทั้งหมด <b><?= $Num_Rows;?></b> เรคคอร์ด: <b><?=$Num_Pages;?></b> หน้า : อยู่หน้าที่ <? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&txtKeyword=$_GET[txtKeyword]'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i&txtKeyword=$_GET[txtKeyword]'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&txtKeyword=$_GET[txtKeyword]'>Next>></a> "; } ?>
<? if($Prev_Page){ echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&txtKeyword=".$_GET['txtKeyword']."&row=$Per_Page'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page){ echo "[ <a href='$_SERVER[SCRIPT_NAME]?Page=$i&txtKeyword=".$_GET['txtKeyword']."&row=$Per_Page'>$i</a> ]"; }else{ echo "<b> $i </b>"; } } if($Page!=$Num_Pages){ echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&txtKeyword=".$_GET['txtKeyword']."&row=$Per_Page'>Next>></a>"; } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง