|
|
|
ช่วยดูโค้ตให้หน่อยคับผมอัพโหลดไฟล์ลงฐานข้อมูลแล้วต้องการลบจากฐานข้อมูล ครับ |
|
|
|
|
|
|
|
ค่า get ที่ส่งไปเป็น del_GalleryID รึป่าวคับ deletePP.php line 24 ลองแก้ดูคับ
|
|
|
|
|
Date :
2012-12-17 15:39:42 |
By :
sloth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?=$row_show[GalleryID]?> ลองเปลี่ยนเป็น <?=$dbarr[GalleryID]?>
|
|
|
|
|
Date :
2012-12-17 15:50:43 |
By :
sloth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?=$dbarr['GalleryID']?>
|
|
|
|
|
Date :
2012-12-17 15:57:31 |
By :
sloth |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<a href="deletedataPP.php?del_GalleryID=<?=$row_show[GalleryID]?>>" OnClick="return Conf(this)"><img src="images/delete.jpg" width="16" height="15" border="0"></a>
เปลี่ยนเป็น
Code (PHP)
<a href="deletedataPP.php?del_GalleryID=<?=$dbarr[GalleryID]?>" OnClick="return Conf(this)"><img src="images/delete.jpg" width="16" height="15" border="0"></a>
และ
Code (PHP)
$GalleryID = $_GET['GalleryID'];
//เปลี่ยนเป็น
$GalleryID = $_GET['del_GalleryID'];
|
|
|
|
|
Date :
2012-12-17 21:16:52 |
By :
Krungsri |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|