";
echo "Last Git Pull: " . $row["hgitdate"] . "
";
echo "Uptime This Month " . $row["uptimelast7"] . "
";
echo "Months Monitored: " . $row["monthsmonitored"] . "
";
echo "Response Time: " . $row["responsetimelast7"] . "
";
echo "User Rating: ". $row["userrating"] . "
";
echo "Server Location: ". $row["country"] . "
";
echo "Latitude: ". $row["lat"] . "
";
echo "Longitude: ". $row["long"] . "
";
}
pg_free_result($result);
pg_close($dbh);
?>