Build Your Perfect Meal Plan
Customize your weekly delivery by choosing the number of people and meals.
query("SELECT * FROM products ORDER BY name ASC"); $products = $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { // Handle error if products can't be fetched $products = []; error_log("Could not fetch products: " . $e->getMessage()); } ?>
Customize your weekly delivery by choosing the number of people and meals.