<?php $tbfiles = mysql_query("SELECT * FROM class ORDER BY classid DESC LIMIT 5") or die("ไม่สามารถเรียกดูข้อมูลได้" . mysql_error()); while($rwfiles = mysql_fetch_array($tbfiles)) { $fdfilesid = $rwfiles["classid"]; $fdname = $rwfiles["classdate"]; $fdtitle = $rwfiles["classtitle"]; $fdseat = $rwfiles["classseat"]; $fdlecturer = $rwfiles["lecturer"]; $fdfilesname = $rwfiles["filesname"]; echo "<tr> <td style=\"height: 50px; text-align: center;\">$fdname</td> <td style=\"padding-left: 5px;\"><a href=\"myfiles?id=$fdfilesname;\" target=\"_blank\">$fdtitle </a></td> <td style=\"height: 50px; text-align: center;\">$fdseat</td> <td style=\"height: 50px; text-align: center;\">$fdlecturer</td> ";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง