<? ob_start(); @session_start(); ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="icon" href="images/icon.png" type="image/png"> <link rel="shortcut icon" href="images/icon.png" type="image/png"> <title>โรงเรียนบ้านทนง</title> <link rel="stylesheet" href="style.css" type="text/css" /> </head> <body> <table width="1003" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td width="1003"><? include("_header.php"); ?></td> </tr> <tr> <td valign="top" style="padding:4px;"> <table width="992" border="1" align="center" cellpadding="1" cellspacing="0" bordercolor="#99CCFF"> <tr> <td width="984" height="30" background="images/bar.png" class="titlebar" style="padding:4px;"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="527"><span class="titlebar" style="padding:4px;"><img src="images/save.png" width="16" height="16" align="absmiddle" />โรงเรียนบ้านทนง (รัฐราษฎร์วิทยา)</span></td> <td width="422" align="right"> </td> </tr> </table></td> </tr> <tr> <td height="25" valign="top" class="tbbox"><table width="988" border="0" cellpadding="1" cellspacing="2"> <tr> <td width="250" height="388" valign="top" bgcolor="#CCFFFF"><? include"menuleft.php"; ?><br></td> <td width="750" valign="top"><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#84C1FF"> <tr> <td background="images/title.png"><img src="images/report-icon.png" width="25" height="25">ข่าวประชาสัมพันธ์ <? include"connect.php"; $sql="select * from news order by id desc ";//limit 5 เมื่่อต้องการจำกัด /* ตั้งค่า แสดงผลต่อหน้า $Per_Page */ $Per_Page =5; // แสดงหน้าละ 12 if(!$Page) $Page=1; $Prev_Page = $Page-1; $Next_Page = $Page+1; $result = mysql_query($sql); $Page_start = ($Per_Page*$Page)-$Per_Page; $Num_Rows = mysql_num_rows($result); 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; if(($Page>$Num_Pages) || ($Page<0)) print "<center><b>จำนวน $Page มากกว่า $Num_Pages ยังไม่มีข้อความ<b></center>"; $sql = "select * From $tb where name like '%$keyword%' order by id desc LIMIT $Page_start , $Per_Page"; //จบคำสั่งการแบ่งหน้า $query=mysql_query($sql); ?> </td> </tr> <tr> <td><table width="725" border="0" cellspacing="0" cellpadding="2"> <tr class="topdown"> <td width="10"> </td> <td width="472" class="topdown">หัวข้อ</td> <td width="243" class="topdown">วันที่</td> </tr> <? while($rs=mysql_fetch_array($query)){ ?> <tr> <td><img src="images/chart_bar.gif" width="16" height="16"></td> <td class="under"> <a href="news_view.php?id=<?=$rs['id']; ?>" target="_blank"><?=$rs['title']; ?></a> </td> <td class="under">เมื่อ : <font color='#999999'> <?= $rs['date']; ?> </font></td> </tr><? } ?> </table></td> </tr> </table> <br> <br> พบทั้งหมด <?= $num_rows;?> </b> รายการ รวมทั้งหมด : <b> <?=$Num_Pages;?> </b> หน้า : <? /* สร้างปุ่มย้อนกลับ */ if($Prev_Page) echo " <a href='$PHP_SELF?Page=$Prev_Page&keyword=$keyword&s=$s'><< ย้อนกลับ </a>"; for($i=1; $i<$Num_Pages; $i++){ if($i != $Page) echo "[<a href='$PHP_SELF?Page=$i&keyword=$keyword&s=$s'>$i</a>]"; else echo "<b> $i </b>"; } /*สร้างปุ่มเดินหน้า */ if($Page!=$Num_Pages) echo "<a href ='$PHP_SELF?Page=$Next_Page&keyword=$keyword&s=$s'> หน้าถัดไป>> </a></center>"; ?></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td><? include("_footer.php"); ?></td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง