$dbh=mysql_connect ("localhost", "root", "root9823ASui") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("test"); mysql_close($dbh); ?>