最新下载
热门教程
- 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;
}
相关文章
- UC网盘网页版直达-UC网盘电脑版极速登录 02-01
- yandex引擎官方直达入口-yandex引擎高速访问使用全指南 02-01
- 360安全浏览器极速入口-360安全浏览器在线版 02-01
- 悟空浏览器网页版官网入口-悟空浏览器最新官方网址 02-01
- 一耽女孩漫画免费下载安装正版官网-一耽女孩官方正版最新版本下载地址 02-01
- 漫蛙动漫下载安卓最新版本-漫蛙动漫官方客户端免费下载入口 02-01