/*----------------------
过滤HTML代码的函数
-----------------------*/
function htmlEncode($string) {
$string=trim($string);
$string=str_replace("&","&",$string);
$string=str_replace("'","'",$string);
$string=str_replace("&","&",$string);
$string=str_replace(""",""",$string);
$string=str_replace("\"",""",$string);
$string=str_replace(" $string=str_replace(" $string=str_replace(">",">",$string);
$string=str_replace(">",">",$string);
$string=str_replace(" "," ",$string);
$string=nl2br($string);
return $string;
}
0
0
相关文章
php页面渐变能随鼠标动吗_php页面鼠标跟随渐变动效【实例】
php数组怎么筛掉false值项_php数组去除false筛选【步骤】
php怎么模拟post请求_php模拟post请求基础实现法【步骤】
如何在 mPDF 中正确显示 HTML 复选标记(✓)符号
php实现班级通信录导入数据回滚_php事务回滚导入法【方案】
本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门AI工具










