php下过滤HTML代码的函数
2015-01-24信息快讯网
过滤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);
$string=str_replace("<","<",$string);
$string=str_replace(">",">",$string);
$string=str_replace(">",">",$string);
$string=str_replace(" "," ",$string);
$string=nl2br($string);
return $string;
}
php addslashes和mysql_real_escape_string
关于php fread()使用技巧
PHP has encountered an Access Violation 错误的解决方法
PHP编程过程中需要了解的this,self,parent的区别
c#中的实现php中的preg_replace
PHP strtotime函数详解
Php 构造函数construct的前下划线是双的_
php面向对象全攻略 (十一)__toString()用法 克隆对象 __call处理调用错误
php str_pad 函数用法简介
修改php.ini实现Mysql导入数据库文件最大限制的修改方法
php字符串截取中文截取2,单字节截取模式
Bo-Blog专用的给Windows服务器的IIS Rewrite程序
wordpress之wp-settings.php
php 中的str_replace 函数总结
php中的实现trim函数代码
PHP5中的this,self和parent关键字详解教程
使用TinyButStrong模板引擎来做WEB开发
使用apache模块rewrite_module (转)
PHP+javascript模拟Matrix画面
新版百元变化更能防伪 收藏越稀缺越值钱