query("SELECT id, name, cuisine, address, phone, email FROM restaurants ORDER BY name ASC"); $restaurants = $stmt->fetchAll(PDO::FETCH_ASSOC); $stmt = $pdo->query("SELECT DISTINCT cuisine FROM restaurants WHERE cuisine IS NOT NULL AND cuisine != '' ORDER BY cuisine ASC"); $cuisines = $stmt->fetchAll(PDO::FETCH_COLUMN); } catch (PDOException $e) { error_log("Database error: " . $e->getMessage()); } ?>

Find Your Next Meal

Browse through our collection of partner restaurants.

No restaurants are available at the moment. Please check back later.