2008年8月1日

用PHP过滤html危险内容

摘要: 有些时候,需要让用户提交html内容,以便丰富用户发布的信息,所以,有必要过滤一些危险代码。 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->function uh($str) { $farr = array( ... 阅读全文

posted @ 2008-08-01 12:06 Prolove 阅读(895) 评论(2) 推荐(0)

导航