Display Energy Certificates (DEC’s) are required buildings with a floor area over 1000m² that are occupied by public authorities or institutions that provide services to members of the public and that may be visited by the public. [More...]
.
$user="bridgewater";
$pass="5iMoSebi";
$host="localhost";
$dbname="bridgewater_energy_db";
$connection = mysql_connect($host, $user, $pass);
if (!$connection){
echo "Could not connect to database: " .mysql_error();
}
$founddb = mysql_select_db($dbname, $connection);
if (!$founddb){
echo "Could not find DB: " .mysql_error();
}
?>