how to delete uploaded image from folder I try this code $propimages= "DELETE FROM property_images WHERE property_id =".$Id; $this->db->query($propimages); $filePath=DIR_PUBLIC.'img/propertie/'.$propimages['sessionid']; unlink($filePath);
how to delete uploaded image from folder I try this code $propimages= "DELETE FROM property_images WHERE property_id =".$Id; $this->db->query($propimages); $filePath=DIR_PUBLIC.'img/propertie/'.$propimages['sessionid']; unlink($filePath);