prepare($query);
$stmt->execute($params);
$cars = $stmt->fetchAll();
$brands = $pdo->query("SELECT DISTINCT brand FROM cars WHERE status = 'approved'")->fetchAll(PDO::FETCH_COLUMN);
$cities = ['Kabul', 'Herat', 'Mazar-i-Sharif', 'Kandahar', 'Jalalabad', 'Kunduz', 'Ghazni', 'Balkh'];
?>
Premium Marketplace
🚗💨
No vehicles found
We couldn't find any cars matching your current filters.
Clear all filters
📅 = htmlspecialchars($car['year']) ?>
📍 = htmlspecialchars($car['city']) ?>
= htmlspecialchars($car['brand'] . ' ' . $car['model']) ?>
$= number_format($car['price']) ?>
View Details