prepare("SELECT m.*, c.class_name, c.division FROM ptm_meetings m LEFT JOIN classes c ON c.class_id = m.class_id WHERE m.created_by_staff_id = ? ORDER BY m.created_at DESC");
$res->bind_param('i', $staff_id);
$res->execute();
$result = $res->get_result();
?>
Your Meetings
+ Schedule New| Title | Class | Date | Type | Start | Jitsi Room | Action |
|---|---|---|---|---|---|---|
| = htmlspecialchars($m['title']) ?> | = htmlspecialchars($m['class_name'] . ' ' . $m['division']) ?> | = htmlspecialchars($m['meeting_date']) ?> | = htmlspecialchars($m['meeting_type']) ?> | = htmlspecialchars($m['start_time']) ?> | = htmlspecialchars($m['jitsi_room']) ?> |