introducing ordinary people to extraordinary, ever-growing life in Jesus, our Savior

View Sermon

[php] if (isset($_GET[‘sermontitle’])) {
$sermontitle = $_GET[‘sermontitle’];
include ‘http://whitehall.church/sermons/view-sermon.php?sermontitle=’.$sermontitle;
else {
include ‘http://whitehall.church/sermons/view-sermon.php’;
}
[/php]