|
|
|
ทำไม ถึงลบ ชื่อในฐานข้อมูลได้แต่ ไฟล์ไม่หายอ่ะครับ |
|
|
|
|
|
|
|
Code (PHP)
<?php
include 'inc/function.php';
$dblink = connect_db();
$str = "DELETE from img where id ='$id'";
$re = mysqli_query($dblink, $str);
$stra = "SELECT* from img where id ='$id'";
$rea = mysqli_query($dblink, $stra);
$rows = mysqli_fetch_array($rea);
//echo "$str";
@unlink("image/".$rows['name']);
?>
|
|
|
|
|
Date :
2016-03-30 13:32:00 |
By :
arm8957 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้แล้ว ก้ยังไม่หายอ่ะครับพี่
Code (PHP)
<?
include 'inc/function.php';
$dblink = connect_db();
$str = "DELETE from img where id ='$id'";
$re = mysqli_query($dblink, $str);
$stra = "SELECT* from img where id ='$id'";
$rea = mysqli_query($dblink, $stra);
$rows = mysqli_fetch_array($rea);
//echo "$rows['name']";
@unlink("image/".$rows['name']);
?>
|
ประวัติการแก้ไข 2016-03-30 13:40:03
|
|
|
|
Date :
2016-03-30 13:39:49 |
By :
erlnw001 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอา @ ออกให้มัน error แก้ไขตามที่มันแจ้ง error
|
|
|
|
|
Date :
2016-03-30 13:53:34 |
By :
ห้ามตอบเกินวันละ 2 กระทู้ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error มัน แจ้ง แบบนี้อ่ะครับ
Warning: unlink(image/) [function.unlink]: Permission denied
|
|
|
|
|
Date :
2016-03-30 13:58:08 |
By :
erlnw001 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้แล้วครับ ผมดันไป delete ก่อน select ครับ ขอบคุณพี่ๆๆ มากๆๆ ครับบ
|
|
|
|
|
Date :
2016-03-30 14:04:17 |
By :
erlnw001 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
นั่นแหละ แก้ตามนั้น
|
|
|
|
|
Date :
2016-03-30 14:04:51 |
By :
ห้ามตอบเกินวันละ 2 กระทู้ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|