<?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <link rel="stylesheet" type="text/css" href="css/Style.css" media="screen" charset="UTF-8" /> <link rel="stylesheet" type="text/css" href="css/StyleLink.css" media="screen" /> <meta http-equiv=Content-Type content="text/html; charset=tis620"> </head> <body> <? include ("config.inc.php"); $strSQL = "select * from fromboard order by BoardId DESC limit 10"; $objQuery = mysql_query($strSQL); ?> <table cellspacing="0" cellpadding="2" border="0" width="100%"> <? while($objResult = mysql_fetch_array($objQuery)) { ?> <tr> <td class="txtcentertTitle" ><a href="fromBoard_showDetail?BoardId=<?=$BoardId?>"><?=$objResult["Subject"];?></a></td> <td class="txtDate"><?=$objResult["Modified"];?></td> </tr> <tr> <td class="txtSubject" >by <?=$objResult["PostBy"];?></td> </tr> <tr> <td class="txtContentfromBoard"><?=$objResult["Content"];?></td> </tr> <tr> <td></td> </tr> <? } ?> </table> <? mysql_close(); ?> </body> </html>
<a href="fromBoard_showDetail?BoardId=<?=$objResult["BoardId"];?>"><?=$objResult["Subject"];?></a>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง