去掉fck里的图片
php 代码:
1
$drop_img_content = preg_replace("/<(img|IMG|input|INPUT)(.*)(src|SRC)=[\"|'|]{0,}([h|\/](?!fckeditor).*(jpg|JPG|gif|GIF|bmp|BMP))[\"|'|\s]{0,}\/?>/isU", '', $item['content']);
$drop_img_content = preg_replace("/<(img|IMG|input|INPUT)(.*)(src|SRC)=[\"|'|]{0,}([h|\/](?!fckeditor).*(jpg|JPG|gif|GIF|bmp|BMP))[\"|'|\s]{0,}\/?>/isU", '', $item['content']);
可以歇歇了!!
浙公网安备 33010602011771号