Posts: 27
Location: Holland Amsterdam
|
Hi.. i have just created a database but i am getting this error message and i do not know where actually come from, could please somebody give me a hint on this
$dbh=mysql_connect ("localhost", "tctint_me", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("tctint_tctnews");
|