[insert_php]
require_once dirname(__FILE__).”/ch/ch-SermonDAO.php”;
//require_once dirname(__FILE__).”/ch-SermonDAO.php”;
$TheSermonApp= new sermonApp;
$TheYear=”1993″;
$TheURL=”https://s3-us-west-1.amazonaws.com/chinese-church/restructure_sermon/”;
if (!empty($_GET))
{
$TheSermonYear=$_GET[“SermonYear”];
if (isset($TheSermonYear))
{
$TheSermonList=$TheSermonApp->ListSermonByYear($TheSermonYear);
}
else
{
$TheSermonYear=$TheYear;
$TheSermonList=$TheSermonApp->ListSermonByYear($TheSermonYear);
}
}
else
{
$TheSermonYear=$TheYear;
$TheSermonList=$TheSermonApp->ListSermonByYear($TheSermonYear);
}
[/insert_php]
“;
$icounter=$icounter+1;
}
[/insert_php]