<?PHP #.......อะไรก็ว่าไป? ?>
<? $no=0; include "../connect.php"; $sql="select * from tb_photoupload order by id_photo"; $result=mysql_db_query($dbname,$sql); $num=mysql_num_rows($result); if($num>0) { echo " <center><TABLE BORDER=1 > <TR bgcolor=#EEEEEE> <TD><strong><center>ลำดับ</center></strong></TD> <TD><strong><center>ชื่อไฟล์รูปภาพ</center></strong></TD> <TD><strong><center>รายละเอียด</center></strong></TD> <TD><strong><center>ประเภท</center></strong></TD> <TD><strong><center>ชื่อลูกค้า</center></strong></TD> <TD><strong><center>บริษัท</center></strong></TD> <TD><strong><center>เบอร์ติดต่อ</center></strong></TD> <TD><strong><center>อีเมล์</center></strong></TD> <TD><strong><center>จำนวน</center></strong></TD> <TD><strong><center>บล็อก</center></strong></TD> <TD><strong><center>แก้ไข</center></strong></TD> <TD><strong><center>ลบ</center></strong></TD> </TR>"; while ($r=mysql_fetch_array($result)) { $id_photo=$r[id_photo]; $name_photo=$r[name_photo]; $detail_photo=$r[detail_photo]; $category=$r[category]; $name_cus=$r[name_cus]; $company=$r[company]; $tel=$r[tel]; $email=$r[email]; $amount=$r[amount]; $blog=$r[blog]; $no++; echo " <TR> <TD><center>$no</center></TD> <TD> <center><A HREF='images_large/$name_photo' TARGET='_blank'> <img src='images_small/$name_photo' border=0></A></center> </TD> <TD>$detail_photo</TD> <TD>$category</TD> <TD>$name_cus</TD> <TD>$company</TD> <TD>$tel</TD> <TD>$email</TD> <TD>$amount</TD> <TD><center>$blog</center></TD> <TD><a href='edit.php?id_edit=$id_photo'><center><img src=\"images/edit.png\" border=0></center></a></TD> <TD><a href='delete.php?id_del=$id_photo&name_del=$name_photo' onclick=\"return confirm('คุณแน่ใจที่จะลบรูป $name_photo ออกจากระบบ?')\"><center><img src=\"images/delete.png\" border=0></center></a> </TD> </TR>"; } // end while } // end if ?>
<?php #.......อะไรก็ว่าไป? ?>
$id_photo=$r['id_photo']; // single quote
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง