'.mysqli_error($db));
}
mysqli_select_db($db, '') or die('Failed to select database
'.mysqli_error($db));
mysqli_query($db, 'SET NAMES "UTF8"');
mysqli_query($db, "SET collation_connection='utf8_general_ci'");
mysqli_query($db, "SET collation_server='utf8_general_ci'");
mysqli_query($db, "SET character_set_client='utf8'");
mysqli_query($db, "SET character_set_connection='utf8'");
mysqli_query($db, "SET character_set_results='utf8'");
mysqli_query($db, "SET character_set_server='utf8'");
mysqli_set_charset($db, 'utf8');
$sql = "SELECT * FROM CMS_PAGES WHERE id = 0 AND visible = 1";
$result = mysqli_query($db, $sql);
if ($result)
{
if ($data = mysqli_fetch_array($result))
{
$cms_content = $data['content'];
$cms_create_date = $data['create_date'];
$cms_created_by = $data['created_by'];
$cms_description = $data['description'];
$cms_extra_data = $data['extra_data'];
$cms_keywords = $data['keywords'];
$cms_last_update_date = $data['last_update_date'];
$cms_name = $data['name'];
$cms_page_id = $data['id'];
$cms_title = $data['title'];
$cms_views = $data['views'];
}
}
mysqli_close($db);
?>
Updated in Autumn 2015, visitors to this site will find a new, up-to-the-minute design with an improved search facility, new ways to browse the site, an expanded ceremony planner and a new ‘Walk through the wedding service’ tool, which shows couples what happens in a Church of England wedding, step by step. The information on offer aims to inspire couples to choose a church wedding or blessing, and to give them the basic information they need before their first meeting with their vicar.