Quote:select * from webboard where date_add(date_posted, INTERVAL 3 DAY) >= now();
<head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>ข่าวกิจกรรม</title> </head> <body> <table width="700" border="0" align="left" cellpadding="0" cellspacing="0"> <tr> <td> <table width="97%" border="0" align="center" cellpadding="0" cellspacing="0"> <? include("connect.php"); $sql = "select * from act where act_status = '1' ORDER BY act_id DESC"; $qry = mysql_query($sql); while($rs=mysql_fetch_array($qry)) { ?> <tr> <td><a href="detail.php?id=<?=$rs[0] ?>" target="_blank"><img src="images/button1.png" width="14" height="13" border="0" /> <?=$rs[1] ?></a></td> </tr> <? } ?> </table> </td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง