prepare("SELECT * FROM tour_packages WHERE id = :id"); $stmt->bindParam(':id', $tour_id); $stmt->execute(); $tour = $stmt->fetch(); } catch (PDOException $e) { echo 'Failed to fetch tour details: ' . $e->getMessage(); $tour = null; } if (!$tour) { echo "Tour not found."; exit; } $page_title = $tour['name']; require_once 'partials/header.php'; ?>

Tour information

  • Category:
  • Location:
  • Duration: days
  • Price: ₹

Description