Unable to connect to the " . "database server at this time.

" ); } mysql_select_db("$DBName", $dbcnx); if (! @mysql_select_db("$DBName") ) { echo( "

Unable to locate the $DBName " . "database at this time.

" ); } ?>