thinkphp删除数据把对应的图片删除掉,unlink这个标签怎么用?
//单个删除publicfunctionDel(){$id=I('id',0);$m=M('News');if($m->where("fid={$id}")->selec...
//单个删除
public function Del(){
$id=I('id',0);
$m=M('News');
if($m->where("fid={$id}")->select()){
$this->show("<script>alert('禁止删除!')</script>");//出提示信息
echo "<script>location.href='".U('index')."'</script>";exit;//跳转页面
}else{
$m->where("id={$id}")->delete();
$this->show("<script>alert('删除成功!')</script>");//出提示信息
echo "<script>location.href='".U('index')."'</script>";exit;//跳转页面
}
}
这些只能删除数据而不是对应的图片。
unlink怎么用?求大家帮忙~~~~ 展开
public function Del(){
$id=I('id',0);
$m=M('News');
if($m->where("fid={$id}")->select()){
$this->show("<script>alert('禁止删除!')</script>");//出提示信息
echo "<script>location.href='".U('index')."'</script>";exit;//跳转页面
}else{
$m->where("id={$id}")->delete();
$this->show("<script>alert('删除成功!')</script>");//出提示信息
echo "<script>location.href='".U('index')."'</script>";exit;//跳转页面
}
}
这些只能删除数据而不是对应的图片。
unlink怎么用?求大家帮忙~~~~ 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询