删除图片
在数据库里面只能删除图片名,求删除文件夹里的图片的方法,用unlink()试过出现错误A PHP Error was encounteredSeverity: Warning
Message:unlink() : http does not allow unlinking
Filename: controllers/alter.php
Line Number: 96
http://codeigniter.org.cn/user_guide/helpers/file_helper.html 看看文件夹是否具有读写的权限
在删除图片文件之前加一个判断语句
你用了http://www.domain.com/image.jpg作为unlink对象,必然不行的。请用本地路径。
页:
[1]