This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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
also have this.
To post a comment, please login or register a new account.