文章为你提供二款php 过滤所有HTML标记,他可以过滤所有的html标签啊,去除html标记,代码如下:

  1. function text2html($txt){ 
  2.         $txt = str_replace("  "," ",$txt); 
  3.         $txt = str_replace("<","&lt;",$txt); 
  4.         $txt = str_replace(">","&gt;",$txt); 
  5.         $txt = preg_replace("/[ ]{1,}/isu","<br/> ",$txt); 
  6.         return $txt

清除html标记,代码如下:

  1. function clearhtml($str){ 
  2.         $str = str_replace('<','&lt;',$str); 
  3.         $str = str_replace('>','&gt;',$str); 
  4.         return $str; 
  5. }//开源软件:phpfensi.com
转载请注明来源:php过滤所有HTML标记

  哈尔滨品用软件有限公司致力于为哈尔滨的中小企业制作大气、美观的优秀网站,并且能够搭建符合百度排名规范的网站基底,使您的网站无需额外费用,即可稳步提升排名至首页。欢迎体验最佳的哈尔滨网站建设