prepare("SELECT c.*, u.name as seller_name FROM cars c JOIN users u ON c.user_id = u.id WHERE c.id = ? AND c.status = 'approved'"); $stmt->execute([$id]); $car = $stmt->fetch(); if (!$car) { echo "

Car not found.

Back to Marketplace
"; require_once __DIR__ . '/includes/footer.php'; exit; } // Get images $stmt = $pdo->prepare("SELECT * FROM car_images WHERE car_id = ?"); $stmt->execute([$id]); $images = $stmt->fetchAll(); $mainImage = ''; foreach ($images as $img) { if ($img['is_main']) { $mainImage = $img['image_path']; break; } } if (!$mainImage && !empty($images)) $mainImage = $images[0]['image_path']; // Similar cars $stmt = $pdo->prepare("SELECT c.*, ci.image_path FROM cars c LEFT JOIN car_images ci ON c.id = ci.car_id AND ci.is_main = 1 WHERE c.brand = ? AND c.id != ? AND c.status = 'approved' LIMIT 3"); $stmt->execute([$car['brand'], $id]); $similar = $stmt->fetchAll(); ?>
1): ?>

📜 Detailed Description

Vehicle Condition

Excellent / Premium

Transmission

Automatic

Fuel Type

Petrol / Hybrid

Import Status

Custom Cleared

MODEL 📍 , AFG

$

👤 Seller:

🆔 Listing ID: #AFG-

Initiate Purchase Add to Favorites

Interested in this vehicle? Log in to contact the seller.

Login to Proceed

Share this listing:

📱 💬 📧

Similar Premium Vehicles

📅 📍

$
View Details