prepare($sql); $stmt->execute($params); $attendance_records = $stmt->fetchAll(); ?>
| Employee Name | Status | Date | Check-in Time | Check-out Time |
|---|---|---|---|---|
| No records found for this date. | ||||
| = htmlspecialchars($record['name']) ?> | = htmlspecialchars($record['status']) ?> | = htmlspecialchars($record['date']) ?> | = htmlspecialchars($record['check_in_time']) ?> | = htmlspecialchars($record['check_out_time']) ?> |