Hoi, vraagje/probleempje:
Hier zijn lijn 3 en 4 van Config.php:
mysql_connect ("localhost","mijngebruikersnaam","mijnwachtwoord");
mysql_select_db("id_nl_db");
En hier lijn 4 van nieuws.php:
$query = mysql_query($sql) or die(mysql_error());
======================================
Wie kan me helpen met het oplossen van dit probleem?
Warning: MySQL Connection Failed: Access denied for user: 'roosjena@localhost' (Using password: YES) in config.php on line 3
Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: NO) in config.php on line 4
Warning: MySQL: A link to the server could not be established in config.php on line 4
Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: NO) in /host/r/o/o/8/b/i/NIETVOORJULLIEBESTEMD/nieuws.php on line 4
Warning: MySQL: A link to the server could not be established in NIET VOOR JULLIE BESTEMD/nieuws.php
Hier zijn lijn 3 en 4 van Config.php:
mysql_connect ("localhost","mijngebruikersnaam","mijnwachtwoord");
mysql_select_db("id_nl_db");
En hier lijn 4 van nieuws.php:
$query = mysql_query($sql) or die(mysql_error());
======================================
Wie kan me helpen met het oplossen van dit probleem?