Mission Details
Back to DashboardMission:
Drone:
Status:
Date:
Created At:
prepare("SELECT * FROM missions WHERE id = ?"); $stmt->execute([$mission_id]); $mission = $stmt->fetch(PDO::FETCH_ASSOC); if (!$mission) { $error = "Mission not found."; } } catch (PDOException $e) { $error = "Database error: " . $e->getMessage(); } } else { $error = "No mission ID provided."; } ?>
Drone:
Status:
Date:
Created At: