connect_error) {
die("Connection failed: " . $conn->connect_error);
}
#$sql = "SELECT * FROM sensors_info ORDER BY sid DESC";
$sql = "SELECT * FROM sensors_info WHERE sensor_state = 'on' ORDER BY sid ASC";
$result = $conn->query($sql);
if ($result->num_rows > 0) {
$currentYear = date("Y");
$currentMonth = date("m");
$currentMonth = str_replace("^0","",$currentMonth);
$currentDay = date("d");
$currentDay = str_replace("^0","",$currentDay);
$currentHour = date("H");
$currentHour = str_replace("^0","",$currentHour);
$lowestYear = 2015;
$highestYear = $currentYear + 1;
$html_name = "";
$html_id = "";
?>
Download Data From Start Date:
There are no sensors turned on under the admin section. If you want to view raw data you will need to enable some sensors.';
}?>