Below is a list of recently reported game cancellations.
Please be sure to verify cancellations with your team officials.
get_results($qry);
if($cancellations)
{
?>
GameID | Division | Home Team | Away Team | Game Date | Location | Cancellation Reason | “.$cancel->id.” | “.$cancel->Division.” | “.$cancel->HomeTeam.” | “.$cancel->AwayTeam.” | “.date(‘M j g:i a’,strtotime($cancel->date)).” | “.$cancel->fieldName.” – “.$cancel->location.” | “.$cancel->cancelationReason.” – “.$cancel->cancelationDetails.” |
---|
No cancellations found for yesterday, today, or the next seven days.“);
}
?>