|
God Calling
Daily Devotional on your website.
INSTRUCTIONS:
To show on your website, simply place the code
below on any page from your website, and change the page extension to .php as
most webservers can run .php pages. The only change you must make is to change
the code in blue below to your website and filename. Change the "500" width to
suit also. Thanks.
<?php
$getdevotion_date=($_GET['getdevotion_date'])?$_GET['getdevotion_date']:date("md");
$getdevotion_width=($_GET['getdevotion_width'])?$_GET['getdevotion_width']:"500";
$backurl="http://www.adventdigital.net/God-Calling.php";
while (!$read5) {
$read5 = file_get_contents("http://www.adventdigital.net/godcalling/getdevotion.php?getdevotion_date=".$getdevotion_date."&getdevotion_width=".$getdevotion_width."&backurl=".$backurl);
}
print($read5);
?>
<
Back > |