query("SELECT * FROM cars ORDER BY created_at DESC LIMIT 4"); $cars = $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (Exception $e) { // Graceful fallback if DB fails (shouldn't happen given the setup step) error_log($e->getMessage()); } // Meta variables $projectName = getenv('PROJECT_NAME') ?: 'Car Sells in Afghanistan'; $projectDesc = getenv('PROJECT_DESCRIPTION') ?: 'The best marketplace for buying and selling cars in Afghanistan.'; $projectImage = getenv('PROJECT_IMAGE_URL') ?: 'https://images.pexels.com/photos/120049/pexels-photo-120049.jpeg?auto=compress&cs=tinysrgb&w=1200'; ?>
The most trusted marketplace for buying and selling cars in Afghanistan.
No cars available at the moment. Please check back later.