And this gospel of the kingdom shall be preached in all the world for a witness unto all nations; and then shall the end come. (Matthew 24:14)
GetArray(); $items = ''; $numItems = count($databaseitems); echo '
';
if($numItems == 0)
echo "There are no out-of-town pickets scheduled at this time. In the meantime, see our FAQ, our Doctrine section or our Sermons.";
for ($i = 0; $i < $numItems; $i++)
{
$hr = $i == $numItems - 1 ? '' : '
'; $content = trim($databaseitems[$i]['LOCINFO']); if ($content != "
") $content = '
';
?>
'; $content = trim($databaseitems[$i]['LOCINFO']); if ($content != "
") $content = '
'.$content.'
'; else $content = ''; $items .= '
'.
'
'.
$databaseitems[$i]['LOCATION'].
'
'.
' '.
'
'.
'in'.
' '.
$databaseitems[$i]['CITY'].
', '.
$databaseitems[$i]['STATE'].
'
'.
' '.
' '.
' '.
' '.
'
'.
date('F j, Y', strtotime($databaseitems[$i]['PICKETDATE'])).
'
'.
' '.
' '.
'
'.
date('g:i A', strtotime($databaseitems[$i]['STIME'])).
' - '.
date('g:i A', strtotime($databaseitems[$i]['ETIME'])).
'
'.
'
'.
'
'.
$content.
'
'.
$hr;
}
echo $items;
echo '