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."; } ?> Mission Details - AgroDrone Control

AgroDrone

Mission Details

Back to Dashboard

Mission:

Drone:

Status:

Date:

Created At: