Learn how to delete large file automatically from server, PDF, IMAGES, VIDEOS, ANY FILE, with this function you are completely in control of your application, try a little kindness...
Have a look at the unlink documentation
How to use php function unlink to remove image from server? if that is your question here it end aahhh...
- include 'config.php'; ?>
- if(isset($_GET['id']))
- {
- $del=$_GET['id'];
- $res=$db->query("SELECT img FROM unlink WHERE id='$del'");
- $row=mysqli_fetch_array($res);
- $query=$db->query("DELETE FROM unlink WHERE id='$del'");
- unlink("upload/".$row['img']);
- header ('location: index.php?deleted');
- }
- ?>
Hit me with a comment!