No restaurants are available at the moment. Please check back later.
= htmlspecialchars($restaurant['name']) ?>
= htmlspecialchars($restaurant['cuisine']) ?>
= htmlspecialchars($restaurant['address']) ?>
View Menuquery("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()); } ?>
Browse through our collection of partner restaurants.
No restaurants are available at the moment. Please check back later.
= htmlspecialchars($restaurant['cuisine']) ?>
= htmlspecialchars($restaurant['address']) ?>
View Menu