Welcome to Albany Presbyterian Church, a congregation of the Presbyterian Church in Western Australia (PCWA).
'Sharing Christ's love in deed and truth.' Apostle John
'.mysqli_error($db));
}
mysqli_select_db($db, 'ncemlnet_albanypc') or die('Failed to select database
'.mysqli_error($db));
mysqli_set_charset($db, 'utf8');
$sql = "SELECT * FROM devotion_PAGES WHERE id = 0";
$result = mysqli_query($db, $sql);
if ($result)
{
if ($data = mysqli_fetch_array($result))
{
if (!empty($data['url']))
{
$page_content = "\n";
}
else
{
$page_content = $data['content'];
}
}
}
mysqli_close($db);
echo $page_content;
?>