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 = 'about' AND lang = ? "); $stmt->execute(array($lang)); $about = $stmt->fetch(); $stmt = $conn->prepare("SELECT * FROM home WHERE type = 'category' AND lang = ? "); $stmt->execute(array($lang)); $category = $stmt->fetch(); $stmt = $conn->prepare("SELECT * FROM home WHERE type = 'video' AND lang = ? "); $stmt->execute(array($lang)); $video = $stmt->fetch(); $stmt = $conn->prepare("SELECT * FROM home WHERE type = 'items' AND lang = ? "); $stmt->execute(array($lang)); $items = $stmt->fetch(); $stmt = $conn->prepare("SELECT * FROM home WHERE type = 'recipes' AND lang = ? "); $stmt->execute(array($lang)); $recipes = $stmt->fetch(); include('includes/header.php'); ?>

prepare("SELECT * FROM categories "); $stmt->execute(); $rows = $stmt->fetchAll(); foreach($rows as $row) { ?>

Louts & Caramel Cake

Saving money – is something we would all like to do. Whether you are struggling to manage .

270 EGP
Louts & Caramel Cake

Saving money – is something we would all like to do. Whether you are struggling to manage .

270 EGP
Louts & Caramel Cake

Saving money – is something we would all like to do. Whether you are struggling to manage .

270 EGP
Louts & Caramel Cake

Saving money – is something we would all like to do. Whether you are struggling to manage .

270 EGP
Louts & Caramel Cake

Saving money – is something we would all like to do. Whether you are struggling to manage .

270 EGP
Louts & Caramel Cake

Saving money – is something we would all like to do. Whether you are struggling to manage .

270 EGP
Louts & Caramel Cake

Saving money – is something we would all like to do. Whether you are struggling to manage .

270 EGP
Louts & Caramel Cake

Saving money – is something we would all like to do. Whether you are struggling to manage .

270 EGP

prepare("SELECT * FROM recipes LIMIT 3 "); $stmt->execute(); $rows = $stmt->fetchAll(); foreach($rows as $row) { $date = date('j M, Y', strtotime($row['Add_Date'])); ?>