MysqlUrl, $this->MysqlUser, $this->MysqlPassword); if (!$dbh) { echo( "

Unable to Connect to the EPIC Database.

" ); } $DbSelected = mysql_select_db($this->MysqlDatabase, $dbh); return $dbh; } function disconnect() { mysql_close(); } } ?>