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("<", "<", $str);
    $str= str_replace(">", ">", $str);
    $str= str_replace("drop", "drop", $str);
    $str= str_replace("javascript", "javascript", $str);
    $str= str_replace("script", "vbscript", $str);
    $str= str_replace("vbscript", "script", $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