Ecshop模板网
首页 > ecshop教程 > ecshop经验分享 > 在ecshop中过滤HTML字段
文章详情

在ecshop中过滤HTML字段

ecshop模板网 / 2014-05-01

function text_html($txt){ //过滤掉html标记
        $txt = str_replace("  "," ",$txt);
        $txt = str_replace("<","<",$txt);
        $txt = str_replace(">",">",$txt);
        $txt = preg_replace("/[ ]{1,}/isu","
",$txt);
        return $txt;
}
 
function clearhtml($str){ //清除调html标记
        $str = str_replace('<','<',$str);
        $str = str_replace('>','>',$str);
        return $str;
}
下一篇: 开启ecshop的伪静态的方法 上一篇: ECSHOP会员登陆ec_salt in field list'解决办法
 用户评论(共 0 条评论)
  • 暂时还没有任何用户评论
用户名: 匿名用户 E-mail:
当前心情:
评论内容:
验证码: captcha
返回顶部 返回首页
 
QQ在线咨询
售前电话热线
#
售前QQ客服