<? $i=0; while ($i < $num_rows) { $result = mysql_fetch_array($dbquery); $url_img = $result['url_img']; $url_topic = $result['url_topic']; $topic_name = $result['topic_name']; echo "<a href =$url_topic target=_blank><img src=$url_img width=90 height=60></a> <a href =$url_topic target=_blank><font color=#0033FF>$topic_name</font></a><BR>"; $i++; } ?>
<? echo "<table width=100% border='0' cellspacing='0' cellpadding='5'>\n"; for($i=0; $i < $num_rows; $i++) { $result = mysql_fetch_array($dbquery); $url_img = $result['url_img']; $url_topic = $result['url_topic']; $topic_name = $result['topic_name']; echo "<tr>\n"; $x=1; while($x<=2) { echo "<td><a href =$url_topic target=_blank><img src=$url_img width=90 height=60></a> <a href =$url_topic target=_blank><font color=#0033FF>$topic_name</font></a></td>\n"; $x++; } echo "</tr>\n"; } echo "</table>\n"; ?>
<? echo"<table width=100% border='0' cellspacing='0' cellpadding='5'>\n"; $intRows = 0; while($result = mysql_fetch_array($dbquery)) { $intRows++; $url_img = $result['url_img']; $url_topic = $result['url_topic']; $topic_name = $result['topic_name']; echo "<td>\n"; echo "<table width=100% border='0' cellspacing='0' cellpadding='5'>\n"; echo "<tr>\n"; echo "<td>\n<a href =$url_topic target=_blank><img src=$url_img width=90 height=60></a>\n<a href =$url_topic target=_blank><font color=#0033FF>$topic_name</font></a>\n</td>\n"; echo "</tr>\n"; echo "</table>\n"; echo"</td>\n"; if(($intRows)%2==0) { echo"</tr>\n"; } else { echo "<td>\n"; } } echo"</tr>\n</table>\n"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง