$check = $_POST['Check']; $message = $_POST['Message']; if ($check == "four") { $to = "contact@garden.help"; $subject = "Garden Help Feedback"; $txt = $message; $headers = "From: Garden Help" . "\r\n"; mail($to,$subject,$txt,$headers); } ?>
include('analytics.php') ?>Home >
Are you wondering what to do with all that delicious produce from your garden? Look no further because we have a great selection of seasonal recipes, sourced from our experts, to make the most of your fruit, vegetables and herbs.
$permcontquery = "SELECT * FROM recipes ORDER BY title"; if ($permcontresult = $con->query($permcontquery)) { $rowcount=mysqli_num_rows($permcontresult); /* fetch associative array */ while ($row = $permcontresult->fetch_assoc()) { $name = $row["title"]; $image = $row["image"]; $content = substr($row["recipe"], 0, 180); $content = str_replace("","",$content); $content = str_replace("