__init__($conn, $server["table"]); # Get the registered data records and the total entry number from the given database table. $data_array = $feeder->obtain_results(); $data_total = count($data_array); ?>
Date | Temperature | Humidity | Egg Count | Feeder Status | '.$row["date"].' | '.$row["temperature"].' | '.$row["humidity"].' | '.$row["egg_count"].' | '.$row["feeder_status"].' | '; } ?>
---|
Total Data Records:
After registering each new detection result to the database table successfully, the application also informs the user via WhatsApp (Twilio API).