Back to News & Events
Archived News
Welcome to the Archived News section.
Please select 'Month and Year' from the box below, and click search now:
Search results
Attached:
".$xfile1[2]."";
} else {
$fileheading1="";
}
if ($arr_archivednews["File2"] !== "attachedfiles/news/" && $arr_archivednews["File2"] !== "" && $arrnews["File2"] !== "attachedfiles/news/#") {
$xfile2 = explode("/", $arr_archivednews["File2"]);
$fileheading2 = "
".$xfile2[2]."
";
} else {
$fileheading2="";
}
if ($arr_archivednews["File3"] !== "attachedfiles/news/" && $arr_archivednews["File3"] !== "" && $arrnews["File3"] !== "attachedfiles/news/#") {
$xfile3 = explode("/", $arr_archivednews["File3"]);
$fileheading3 = "
".$xfile3[2]."
";
} else {
$fileheading3="";
}
$newsdate2 = explode("-",$arr_archivednews["NewsDate"]);
$newsdate = date("jS F Y",mktime(0,0,0,$newsdate2["1"],$newsdate2["2"],$newsdate2["0"]));
$printing = "
".
"".$arr_archivednews["NewsHeadline"]." ".
"Date - $newsdate
".
"Article - ".$arr_archivednews["NewsArticle"].$fileheading1.$fileheading2.$fileheading3." |
";
print $printing;
}
if (mysql_num_rows($sql_archivednews) == 0) {
print "Sorry, no news items were found with those criteria, please try again";
}
}
?>