mysql_real_escape_string is undefined

前端 未结 5 2016
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-06 10:41

I am using PHP version 5.3 and trying to use mysql_real_escape_string($unescaped_string) in my code, but I get the error:

Fatal error: Call to u         


        
5条回答
  •  借酒劲吻你
    2020-12-06 11:26

    Maybe your problem resides into the php server config (compiling).

    Here more information about the mysql_real_escape_string: http://www.php.net/manual/en/function.mysql-real-escape-string.php

提交回复
热议问题