Welcome Guest, Not a member yet? Register   Sign In
unlink photo
#1

[eluser]Thiago Leao[/eluser]
I can delete the path from the bank, but I can not delete the files.

Well I know I have to return an object to delete, but I can not, can someone help me?
thanks

Code:
function removePhoto($id_pictures){
        
        $sql = $this->db->where('id_pictures', $id_pictures);
        $this->db->delete('pictures');
        
        $query = $this->db->query($sql);
        return $query->result();
        
        unlink(base_url().$query->thumb);
        unlink(base_url().$query->imagem);
        
    }


Messages In This Thread
unlink photo - by El Forum - 10-21-2010, 07:44 PM
unlink photo - by El Forum - 10-22-2010, 02:27 AM
unlink photo - by El Forum - 10-22-2010, 05:08 AM
unlink photo - by El Forum - 10-22-2010, 05:42 AM
unlink photo - by El Forum - 10-22-2010, 06:00 AM
unlink photo - by El Forum - 10-22-2010, 06:29 AM
unlink photo - by El Forum - 10-22-2010, 07:09 AM
unlink photo - by El Forum - 10-22-2010, 08:59 AM
unlink photo - by El Forum - 10-22-2010, 09:34 AM
unlink photo - by El Forum - 10-22-2010, 09:49 AM
unlink photo - by El Forum - 10-22-2010, 10:13 AM
unlink photo - by El Forum - 10-22-2010, 10:28 AM
unlink photo - by El Forum - 10-22-2010, 10:35 AM
unlink photo - by El Forum - 10-22-2010, 11:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB