prepare("SELECT cars.*, users.full_name as seller_name FROM cars JOIN users ON cars.user_id = users.id WHERE cars.id = ? AND cars.is_deleted = 0 LIMIT 1"); $stmt->execute([$car_id]); $car = $stmt->fetch(); if (!$car) { echo "
"; require_once __DIR__ . '/includes/footer.php'; exit; } // Fetch Images $imgStmt = $db->prepare("SELECT * FROM car_images WHERE car_id = ? ORDER BY is_main DESC"); $imgStmt->execute([$car_id]); $images = $imgStmt->fetchAll(); // Fetch Similar Cars $similarStmt = $db->prepare("SELECT * FROM cars WHERE brand = ? AND id != ? AND is_deleted = 0 AND status = 'Available' LIMIT 3"); $similarStmt->execute([$car['brand'], $car_id]); $similarCars = $similarStmt->fetchAll(); ?>
The car is in amazing condition. The seller was very professional and the viewing at Kabul showroom was smooth.
Model |
Verified Premium Seller
📍 Showroom:
Premium Showroom