DB Connection succesfull established!

"; return $dbh; } catch (PDOException $e){ echo "Could not connect to DB!
"; die("More:".$e->getMessage()); } } // Test: db_connect();