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 "

Car Not Found

The car you are looking for does not exist or has been removed.

Back to Marketplace
"; 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(); ?>
Home / Marketplace /
<?php echo htmlspecialchars($car['title']); ?> HOT DEAL SOLD
Car Thumb

Description

Specifications

Fuel Type
Transmission
Condition
Mileage km

Customer Reviews

Ahmadullah Karimi ★★★★★

The car is in amazing condition. The seller was very professional and the viewing at Kabul showroom was smooth.

Login to write a review

Model |

$

Seller Information

Verified Premium Seller

Contact Seller

📍 Showroom:
Premium Showroom

Similar Cars