mysql_escape_string (Deprecated) #68


  • Defect
  • Accepted
Open
  • Forge_User_96951799 created this issue May 31, 2012
    Author

    hi i've found an error in the web gui:

    PHP Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in C:\<webdir>\statistician\statistician.php on line 25

    PHP Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in C:\<webdir>\statistician\statistician.php on line 32

    the method mysql_escape_string() has been deprecated since php 5.3.0 (http://php.net/manual/en/function.mysql-escape-string.php) and i'm using php 5.4.3. i've tried repacing with mysql_real_escape_string but it requires a handler or something. could.you update this method i'm sure it isn't too hard i would do it myself but i don't know any mysql

  • Forge_User_96951799 added the tags Accepted Defect May 31, 2012
  • _ForgeUser854248 posted a comment Sep 29, 2012

    also have this.


To post a comment, please login or register a new account.