Welcome, !
You are logged in as a .
You can manage the school's data using the links in the navigation.
You can view your timetable using the link in the navigation.
You can also manage your workload.
prepare("SELECT can_edit_workload FROM teachers WHERE user_id = ?"); $stmt->execute([$user_id]); $teacher = $stmt->fetch(PDO::FETCH_ASSOC); if ($teacher && $teacher['can_edit_workload']) { $can_edit_workload = true; } } ?>
You are logged in as a .
You can manage the school's data using the links in the navigation.
You can view your timetable using the link in the navigation.
You can also manage your workload.