prepare($query);
$stmt->bind_param("i", $Program_ID);
$stmt->execute();
$result = $stmt->get_result();
$options = "";
while ($row = $result->fetch_assoc()) {
$options .= '
"; // Debugging message
} else {
echo $options;
}
} else {
echo "Program_ID missing"; // Debugging message
}
?>