query($sql_recent_actions); if ($result_recent_actions->num_rows > 0) { echo "

Recent Actions

"; while ($row_recent_action = $result_recent_actions->fetch_assoc()) { echo "Timestamp: " . $row_recent_action["Timestamp"] . "
"; echo "Action: " . $row_recent_action["Action"] . "
"; echo "What: " . $row_recent_action["What"] . "
"; echo "Who: " . $row_recent_action["Who"] . "

"; } } else { echo "

No recent actions found

"; } $conn->close(); ?>

Create New Record

Who:

Timestamp:

Action:

What:

Generate Report

Start Date: End Date: