Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'Admin'@'localhost' (using password: NO) in W:\home\localhost\www\blogomz\www\core\db_inc_index_file.php on line 4
Warning: mysql_select_db() expects parameter 2 to be resource, boolean given in W:\home\localhost\www\blogomz\www\core\db_inc_index_file.php on line 5
Warning: mysql_query() expects parameter 2 to be resource, boolean given in W:\home\localhost\www\blogomz\www\core\db_inc_index_file.php on line 6
Warning: mysql_fetch_array() expects parameter 1 to be resource, null given in W:\home\localhost\www\blogomz\www\core\db_inc_index_file.php on line 7
Код файл, на который оно указывает:
<?php include('config.php');
$db = mysql_connect($dbhost,$dbuser,$dbpass); mysql_select_db($dbname,$db); $db_inc = mysql_query("SELECT * FROM settings WHERE page='index'",$db); $index = mysql_fetch_array($db_inc); ?>
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
ctpz
При тестированнии самописа выдает такие ошибки:
Код файл, на который оно указывает:
Как эти ошибки убрать. База данных существует.
Link to comment
Share on other sites
19 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.