<? for($i=1; $i<=$Num_Pages; $i++) { if($i != $Page) { echo "<a class='paginate' href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</a>"; } else { echo "<a class='current' href='$_SERVER[SCRIPT_NAME]?Page=$i'>$i</b>"; } } mysql_close(); } ?>
.paginate { font-family: Tahoma; font-size: 14px; } a.paginate { font-family: Tahoma; font-size: 14px; text-align:center; padding-top:5px; display:block; width:30px; height:30px; float:left; text-decoration: none; color:#9382cb; background-color: transparent; background-image: url(../images/item_button_small.png); background-repeat: no-repeat; background-position: center top; } a.paginate:hover { font-family: Tahoma; font-size: 14px; background-image:url(../images/item_button_over.png); color:#ffffff; text-decoration: none; font-weight: bold; } a.current { font-family: Tahoma; font-size: 14px; text-align:center; padding-top:5px; display:block; width:30px; height:30px; float:left; text-decoration: none; color:#ffffff; font-weight: bold; text-decoration: none; background-color: transparent; background-image: url(../images/item_button_over.png); background-repeat: no-repeat; background-position: center top; } a.current:hover { font-family: Tahoma; font-size: 14px; font-weight: bold; cursor: default; color: #ffffff; text-decoration: none; } span.inactive { font-family: Tahoma; font-size: 14px; text-align:center; padding-top:5px; display:block; float:left; }
<? if($Prev_Page) { echo " <a href='$_SERVER[SCRIPT_NAME]?Page=$Prev_Page&startdate=$startdate&enddate=$enddate'></a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[<a href='$_SERVER[SCRIPT_NAME]?Page=$i&startdate=$startdate&enddate=$enddate'>$i</a>]"; } else { echo "<b> $i </b>"; } if($Page!=$Num_Pages) { echo " <a href ='$_SERVER[SCRIPT_NAME]?Page=$Next_Page&startdate=$startdate&enddate=$enddate'></a> "; } ?> <? } } mysql_close(); ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง