Water_foul wrote:

i get this error:
Warning: Access denied for user: '[EMAIL PROTECTED]' (Using
password: YES) in
C:\Inetpub\localroot\aichlmayr.net\sites\aaron\module\runescape\runerunner\s
ervices.php on line 3
and the code up to line 3 is:
<?php
//Database Querys
$connection=Mysql_connect($dbHost , $dbName , $dbPassword);
----------------------------------------
i have included this in another script that sets $dbHost, $dbName and,
$dbPassword to the correct things to connect to the db

Did you actually confirm that you are able to connect using that host/user/password from the command line? I mean, the error is pretty frickin' explicit ... check your database credentials.


Hans

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to