最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php 防sql注入过滤代码
时间:2022-06-24 16:03:45 编辑:袖梨 来源:一聚教程网
function phps教程ql_show($str){
$str = stripslashes($str);
$str = str_replace("\", "", $str);
$str = str_replace("/", "/", $str);
$str = str_replace(" ", " ", $str);
$str = str_replace(",", ",", $str);
return $str;
}
function phpsql_post($str){
$str = stripslashes($str);
$str = str_replace("|", "|", $str);
$str = str_replace("<", "<", $str);
$str = str_replace(">", ">", $str);
$str = str_replace(" ", " ", $str);
$str = str_replace(" ", " ", $str);
$str = str_replace("(", "(", $str);
$str = str_replace(")", ")", $str);
$str = str_replace("`", "`", $str);
//$str = str_replace("'", "'", $str);
$str = str_replace('"', """, $str);
$str = str_replace(",", ",", $str);
$str = str_replace("$", "$", $str);
$str = str_replace("", "\", $str);
$str = str_replace("/", "/", $str);
return $str;
}
function phpsql_replace($str){
$str = stripslashes($str);
$str = str_replace("'", "'", $str);
return $str;
}
相关文章
- 《长安幻想》奇闻异事玄学事件怎么样 06-22
- 《钢岚》罗斯玛丽技能好用吗 06-22
- PRISM币如何安全存储-2025币安交易所存储教程 06-22
- 《无限暖暖》帮缇米丝寻找滑溜溜露脂任务完成路线规划 06-22
- BNB链月度永续合约交易量创下332.9亿美元历史新高:背后推动力是什么? 06-22
- 《道友请留步》神仙321有哪些 06-22