<html> <head> <title>แสดงรายการข่าว</title> <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> </head> <body> <? $id_type=$_GET['id_type']; include "function.php"; include "connect.php"; $objDB = mysql_select_db("db_news"); $strSQL = "select * from tb_new where type_new='$id_type' order by date_new desc "; $objQuery = mysql_query($strSQL); $sql="select * from tb_new"; $result=mysql_db_query($dbname,$sql); $Num_Rows = mysql_num_rows($result); $Per_Page = 4; // 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; } $sql="select * from tb_new order by id desc limit $Page_Start , $Per_Page"; $Num_Rows = mysql_num_rows($result); echo "<B>$newtype[$id_type]</B><BR>"; echo"<table width=\"650\" border=\"0\" cellspacing=\"5\" cellpadding=\"0\";><tr>"; $intRows = 0; while($r=mysql_fetch_array($objQuery )) { $id_new=$r[id_new]; $title_new=$r[title_new]; $type_new=$r[type_new]; $photo_new=$r[photo_new]; $date_new=displaydate($r[date_new]); echo "<td width='325' style=\"border-top:1px #FFBF00 dashed\">"; $intRows++; ?> <left> <? echo "<A HREF='news.php?id_view=$id_new' target='_blank' ><IMG SRC='photo/$photo_new' border='1' width='75' height='75' vspace='5' hspace='5' align='left'>"; ?></a> <? echo "<font size=\"2\"><A HREF='news.php?id_view=$id_new' target='_blank' >$title_new</a></font></div><BR><font size=\"2\">$date_new</font></td>";?> </left> <? echo"</td>"; if(($intRows)%2==0) { echo"</tr>"; } } echo"</tr></table>"; ?> <br> Total <?= $Num_Rows;?> Record : <?=$Num_Pages;?> Page : <? if($Prev_Page) { echo " <a href='list.php?id_type=$type_new?Page=$Prev_Page'><< Back</a> "; } for($i=1; $i<=$Num_Pages; $i++){ if($i != $Page) { echo "[ <a href='list.php?id_type=$type_new?Page=$i'>$i</a> ]"; } else { echo "<b> $i </b>"; } } if($Page!=$Num_Pages) { echo " <a href ='list.php?id_type=$type_new?Page=$Next_Page'>Next>></a> "; } ?> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง