<? @session_start(); ?> <link rel="stylesheet" href="style.css" type="text/css"> <body> <p> <? include "config.php"; $conn= "select*from tbl_news ORDER BY News_ID DESC LIMIT 0 , 10"; $objQuery= mysql_query ($conn,$condb); $row=mysql_num_rows ($objQuery); ?> </p> <table width="300" height="30" border="1" cellpadding="1" cellspacing="1"> <? if ($row<>0){ $a=1; while ($res = mysql_fetch_array($objQuery)){ $color=$a%2; if($color=="0"){ $color="#EEEEEE"; }else{ $color="#FFFFFF";} ?> <tr align="center" valign="top" bgcolor="<?=$color;?>"> <td height="50"><p><? echo "<a href=\"index.php?home=Shownews&News_ID=$res[News_ID]\">$res[TitleNews]</a>" ?></p> <? $id=$res[News_ID]; if ($_SESSION['mem_id']==6){ ?> <? }?> [post:<?=$res[DateNews];?> ] </td> </tr><? $a++; }}else{ ?> <tr align="center" valign="top"> <td height="23" colspan="5">ยังไม่มีข้อมูล</td> </tr> <? } ?> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง