my connection string looks like...
$dbh = mysql_connect("localhost", "username", "password") or die( sql_error() );
I think i have tried using the domain name also, but received the same error.
Is it right to assume my problem exists in one of the settings in the PHP.ini or MY.ini files?
THanks.