prepare($query); $stmt->execute($params); $cars = $stmt->fetchAll(); // Fetch distinct cities and brands for filters $cities = $pdo->query("SELECT DISTINCT city FROM cars WHERE status = 'approved'")->fetchAll(PDO::FETCH_COLUMN); $brands = $pdo->query("SELECT DISTINCT brand FROM cars WHERE status = 'approved'")->fetchAll(PDO::FETCH_COLUMN); ?>
Find the perfect vehicle for your lifestyle in our verified marketplace.
Try adjusting your filters or search terms.