31.10.2012, 17:45
i'm making a User Control panel and in the pages of the web comes me eror
here is line of 24 and 25 of the page login.php
i don't know where to put this post of web .. sorryyyy
pawn Код:
Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in C:\xampp\htdocs\ucp\login.php on line 24
Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in C:\xampp\htdocs\ucp\login.php on line 25
The password or username you have entered is incorrect.
PHP код:
$username = mysql_escape_string($_POST["user"]); //Line 24
$password = mysql_escape_string($_POST["password"]); //Line 25