prepare("SELECT * FROM share WHERE id = 1 "); $stmt->execute(array($lang)); $share = $stmt->fetch(); $share_title = $share['title']; $share_description = $share['description']; $share_photo = 'admin/uploads/share/'. $share['photo']; $stmt = $conn->prepare("SELECT * FROM home WHERE type = 'header' AND lang = ? "); $stmt->execute(array($lang)); $header = $stmt->fetch(); $stmt = $conn->prepare("SELECT * FROM home WHERE type = 'recipes' AND lang = ? "); $stmt->execute(array($lang)); $recipes = $stmt->fetch(); $stmt = $conn->prepare("SELECT * FROM recipes "); $stmt->execute(); $rows = $stmt->fetchAll(); include('includes/header.php'); ?>


Warning: Undefined variable $recipes in /home/u110499836/domains/armasoftware.com/public_html/subdomains/twixen/recipes.php on line 55

Warning: Trying to access array offset on value of type null in /home/u110499836/domains/armasoftware.com/public_html/subdomains/twixen/recipes.php on line 55


Warning: Undefined variable $recipes in /home/u110499836/domains/armasoftware.com/public_html/subdomains/twixen/recipes.php on line 57

Warning: Trying to access array offset on value of type null in /home/u110499836/domains/armasoftware.com/public_html/subdomains/twixen/recipes.php on line 57


Warning: Undefined variable $date in /home/u110499836/domains/armasoftware.com/public_html/subdomains/twixen/recipes.php on line 80


Warning: Undefined variable $row in /home/u110499836/domains/armasoftware.com/public_html/subdomains/twixen/recipes.php on line 84

Warning: Trying to access array offset on value of type null in /home/u110499836/domains/armasoftware.com/public_html/subdomains/twixen/recipes.php on line 84


Warning: Undefined variable $row in /home/u110499836/domains/armasoftware.com/public_html/subdomains/twixen/recipes.php on line 87

Warning: Trying to access array offset on value of type null in /home/u110499836/domains/armasoftware.com/public_html/subdomains/twixen/recipes.php on line 87
...