最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php htmlspecialchars
时间:2022-07-02 09:54:11 编辑:袖梨 来源:一聚教程网
php htmlspecialchars
在开发程序时经常会碰客户或网友输入html 进行注入操作,php提供一专业的函数来处理这种情况的发生,htmlspecialchars函。
htmlspecialchars(string,int quote_style,string charset);
它可以把
转换成html编码,好了下面我们来看一个简单的实例吧。
function PostGet($str,$post=0)
{
empty($str)?die('提供参数'.$str.'错误!'):'';
if( $post )
{
return addslashes(htmlspecialchars($_POST[$str]));
}
else
{
return addslashes(htmlspecialchars($_GET[$str]))
}
}
本站原创转载注明www.111com.net
相关文章
- 碧蓝航线的里雅斯特期待的便当时间皮肤有什么 04-30
- 明日之后踏浪逐星服装展示攻略 04-30
- 深空之眼幽月塞勒涅刻印搭配核心思路 04-30
- 明日之后红杉茶会护卫队首领BOSS有哪些 04-30
- CF手游段位奖励汇总攻略 04-30
- 无期迷途5-13怎么走攻略 04-30