// --- LÓGICA PARA CARREGAR DADOS EXISTENTES --- $dadosEdit = []; $nomeProfEdit = ""; $materiaEdit = ""; $periodoEdit = ""; if (isset($_GET['editar'])) { $nomeProfEdit = $_GET['editar']; $stmtLoad = $pdo->prepare("SELECT * FROM horarios_professor WHERE professor_nome = ?"); $stmtLoad->execute([$nomeProfEdit]); $res = $stmtLoad->fetchAll(PDO::FETCH_ASSOC); foreach ($res as $row) { $dadosEdit[$row['horario']][$row['dia_semana']] = $row['tipo_registro']; $materiaEdit = $row['materia']; $periodoEdit = $row['periodo']; } } Horário Escolar Colorido

Horário dos Funcionários

Ano Letivo: 2026

HorárioSegundaTerçaQuartaQuintaSexta
07:00 ~ 07:50
07:50 ~ 08:40
08:40 ~ 09:30
09:30 ~ 09:50 INTERVALO
09:50 ~ 10:40
10:40 ~ 11:30
11:30 ~ 12:20
12:20 ~ 13:10
13:00 ~ 18:00
Aulas0
Provas0
Total Geral0