Hi!
Ok, here's my problem...
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'hjhwkhjrf'@'10.1.1.43' (using password: YES) in /home/a6653219/public_html/connect.php on line 12
(pw changed)
Lower part of connect.php..... $=line 12
// do not edit below this line!!
///////////////////////////////////////////////////////////////////////
$dblink=MYSQL_CONNECT($MySqlHostname, $MySqlUsername, $MySqlPassword) or die("Could not connect to database");
@mysql_select_db("$MySqlDatabase") or die( "Could not select database");
?>
otherwise all looks good.
Thanks,
duchaine