$i=0; while ($i < $num_rows) //วนลูปแสดงผล { $result = mysql_fetch_array($dbquery); $theam_id = $result[theam_id]; $theam_name = $result[theam_name]; $image = $result[image]; //กำหนดค่าตัวแปล $font_color = $result[font_color]; echo"<tr><td>" .$theam_name."</td>"; echo"<td width=300 height=129><center><img src=images/".$image."></center></td>"; echo"<td><font color=".$font_color.">font</font></td>"; echo "<td></td>"; ?> <td><a href="deleteTheam.php? theam_id=<?$theam_id;?>">delete</a><font>/</font> <a href="editTheam.php? theam_id=<?$theam_id;?>">edit</a></td></tr> <? $i++; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง