Hi if anyone can help. I have trouble connecting to the database to update it
mysql_connect (localhost , portuguesevillas_mark , password);
mysql_select_db (portuguesevillas_mydb);
Just wont connect
List of errors
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'portuguesevillas'@'localhost' (using password: YES) in /www/vndv.com/p/o/r/portuguesevillas/htdocs/test.php on line 4
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'vhostswww'@'localhost' (using password: NO) in /www/vndv.com/p/o/r/portuguesevillas/htdocs/test.php on line 5
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /www/vndv.com/p/o/r/portuguesevillas/htdocs/test.php on line 5
Warning: mysql_query() [function.mysql-query]: Access denied for user 'vhostswww'@'localhost' (using password: NO) in /www/vndv.com/p/o/r/portuguesevillas/htdocs/test.php on line 8
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /www/vndv.com/p/o/r/portuguesevillas/htdocs/test.php on line 8
anyhelp would be appricated