__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); ?> AI-driven Poultry Feeder and Unhatched Egg Tracker

AI-driven Poultry Feeder and Unhatched Egg Tracker

Detection Results:

'; } ?>
Date Temperature Humidity Egg Count Feeder Status
'.$row["date"].' '.$row["temperature"].' '.$row["humidity"].' '.$row["egg_count"].' '.$row["feeder_status"].'

Database 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).