<? $sql = "select * from images where adv_id = " . $id; $result = mysql_query($sql, $dbcon); $i = 0; while($row = mysql_fetch_assoc($result)){ $i++; echo "<th><img src=\"uploads/" . $row["img_file"] . "\" height=\"80\"> <br /><input type=\"file\" name=\"file[]\" id=\"file" . $i . "\" /><input type=\"hidden\" name=\"img[]\" id=\"img[]\" value=\"". $row["img_id"] . "\" /> <br />"; } for($j=$i;$j<=5;$j++){ echo "<input type=\"file\" name=\"file[]\" id=\"file" . $j . "\" /> <br /></th>"; } ?>
$sql = "select * from images where adv_id = " . $id; $result = mysql_query($sql, $dbcon); $i = 1; $cols = 3; echo "<tr>"; while($row = mysql_fetch_assoc($result)){ if($i > $cols) { echo "</tr><tr>"; $i = 1; } echo "<th><img src=\"uploads/" . $row["img_file"] . "\" height=\"80\"> <br /><input type=\"file\" name=\"file[]\" id=\"file" . $i . "\" /><input type=\"hidden\" name=\"img[]\" id=\"img[]\" value=\"". $row["img_id"] . "\" /> <br />"; echo "<input type=\"file\" name=\"file[]\" id=\"file" . $i . "\" /> <br /></th>"; $i++; } echo "</tr>";
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง