$settings_dir = "../core"; include "$settings_dir/database/connect.php";
$username = mysql_real_escape_string($_POST['username']);
$password = mysql_real_escape_string($_POST['password']);
$email = mysql_real_escape_string($_POST['email']);
И вот какую ошибку выдаёт как её исправить?
Warning: include(../core/database/connect.php) [function.include]: failed to open stream: No such file or directory in /home/u128505524/public_html/lostpass.php on line 82
Warning: include() [function.include]: Failed opening '../core/database/connect.php' for inclusion (include_path='.:/opt/php-5.3/pear') in /home/u128505524/public_html/lostpass.php on line 82
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'root'@'10.2.1.20' (using password: NO) in /home/u128505524/public_html/lostpass.php on line 85
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/u128505524/public_html/lostpass.php on line 85
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'root'@'10.2.1.20' (using password: NO) in /home/u128505524/public_html/lostpass.php on line 86
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/u128505524/public_html/lostpass.php on line 86
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'root'@'10.2.1.20' (using password: NO) in /home/u128505524/public_html/lostpass.php on line 87
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /home/u128505524/public_html/lostpass.php on line 87
Warning: mysql_query() [function.mysql-query]: Access denied for user 'root'@'10.2.1.20' (using password: NO) in /home/u128505524/public_html/lostpass.php on line 94
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/u128505524/public_html/lostpass.php on line 94
Access denied for user 'root'@'10.2.1.20' (using password: NO)