PHP Php limpiar string para ser usado en sql
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Php limpiar string para ser usado en sql相关的知识,希望对你有一定的参考价值。
function limpiar( $str ){
$str= str_replace("'", "'", $str);
$str= str_replace('"', """, $str);
$str= str_replace(";", "&#59;", $str);
$str= str_replace("<", "&#60;", $str);
$str= str_replace(">", "&#62;", $str);
$str= str_replace("drop", "&#100;&#114;&#111;&#112;", $str);
$str= str_replace("javascript", "&#106;&#97;&#118;&#97;&#115;&#99;&#114;&#105;&#112;&#116;", $str);
$str= str_replace("script", "&#118;&#98;&#115;&#99;&#114;&#105;&#112;&#116;", $str);
$str= str_replace("vbscript", "&#115;&#99;&#114;&#105;&#112;&#116;", $str);
return $str;
}
以上是关于PHP Php limpiar string para ser usado en sql的主要内容,如果未能解决你的问题,请参考以下文章
PHP Limpiar URL de Youtube
PHP Limpiar cadena de texto
Limpiar变量$u POST/$u GET contra SQL Injection PHP
函数para limpiar campos y evitar inyecciones mysql con mysqlu realu escapeu string()
我怎么过滤 像pa ***** d这样的文本百分比
PHP pa和ma