prepare($query);
$stmt->bind_param("i", $Program_ID);
$stmt->execute();
$result = $stmt->get_result();
while ($row = $result->fetch_assoc()) {
echo "
| " . htmlspecialchars($row['Course_Name']) . " |
" . htmlspecialchars($row['Group_Name']) . " |
" . htmlspecialchars($row['Time_Slot']) . " |
" . htmlspecialchars($row['Start_Date']) . " |
" . htmlspecialchars($row['End_Date']) . " |