帮帮忙啊,解决了对大家都有好处的

解决方案 »

  1.   

    $search = array ("/<script[^>]*?>.*?<\/script>/si",  // Strip out javascript
                    "/<[\/\!]*?[^<>]*?>/si",           // Strip out html tags
                    "/([\r\n])[\s]+/",                 // Strip out white space
                    "/&(quot|#34);/i",                 // Replace html entities
                    "/&(amp|#38);/i",
                    "/&(lt|#60);/i",
                    "/&(gt|#62);/i",
                    "/&(nbsp|#160);/i",
                    "/&(iexcl|#161);/i",
                    "/&(cent|#162);/i",
                    "/&(pound|#163);/i",
                    "/&(copy|#169);/i",
                    "/&#(\d+);/e");                    // evaluate as php