Prayer Vigil Sign-up Sheet
Abundant Life Tres Dias
Return to the Prayer Vigil Communities List
Printable Version
Thank you for helping out your fellow communities by praying for the attendees of the
weekend.
Community Name: Abundant Life Tres Dias
Weekend Description: Men's Tres Dias #34
Weekend Dates: 21-24 April 2016 (CDT:GMT-5)
Number of hours off GMT: -5.00
Available Prayer Vigil Times are shown in Cyan.
Prayer Vigil Signup Times |
if(!($result = mysql_query("
SELECT DATE_FORMAT(B.PVStartDate,'%d-%b-%Y %h:%i %p'), DATE_FORMAT(B.PVEndDate,'%d-%b-%Y %h:%i %p'),
B.SlotName, B.SlotLocation, B.SlotCountry, B.PVigilSlotID, B.PVigilID
FROM PVigilComm A, PVigilSlot B
WHERE A.PVigilID = B.PVigilID
AND A.PVigilID = $pvid
ORDER BY B.PVStartDate")))
die("Error: " . mysql_error());
$LastDay = "";
if($result) {
while($comm = mysql_fetch_array($result)) {
$StartDate = $comm[0];
if($LastDay!=substr($StartDate,0,2)) {?>
Sign-up |
|
Name |
Location |
$LastDay=substr($StartDate,0,2);
}
$EndDate = $comm[1];
?>
if ($comm[2] == "" ) {
?>
Sign-up |
}
else {
echo (" | ");
}
?>
|
if ( $comm[2] == "" ) {
echo (" ");
}
else {
echo ($comm[2]);
}
?>
|
$PVLoc = "";
if ( $comm[3] <> "" ) $PVLoc = $comm[3];
if ( $comm[4] <> "" ) $PVLoc = $PVLoc.", ".$comm[4];
if ($PVLoc == "") {
echo (" "); }
else {
echo ($PVLoc);
}
?>
|
}
}
?>
Return to the Prayer Vigil Communities List