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]