#1 zhgzzy
下面是一段删除文章中的图片代码,可是删除不了,请帮看一下文章中的图片代码是:

$qimg = "/preg_match_all($qimg, $results['content'], $img_array, PREG_PATTERN_ORDER);
foreach ($img_array as $one) {
if(file_exists($one)){
unlink($one);
}
}
2010-12-17 16:11:11
$qimg = "/preg_match_all($qimg, $results['content'], $img_array, PREG_PATTERN_ORDER);
foreach ($img_array as $one) {
if(file_exists($one)){
unlink($one);
}
}
2010-12-17 16:11:11