Back to News & Events
Latest News
Welcome to the Latest News section. Listed here are the most recent news items. For previous news items, see the Archived News section.
Latest news articles from Consultancy Solutions are...
Attachments:
".$xfile1[2]."";
} else {
$fileheading1="";
}
if ($arrnews["File2"] !== "attachedfiles/news/" && $arrnews["File2"] !== "" && $arrnews["File2"] !== "attachedfiles/news/#") {
$xfile2 = explode("/", $arrnews["File2"]);
$fileheading2 = "
".$xfile2[2]."
";
} else {
$fileheading2="";
}
if ($arrnews["File3"] !== "attachedfiles/news/" && $arrnews["File3"] !== "" && $arrnews["File3"] !== "attachedfiles/news/#") {
$xfile3 = explode("/", $arrnews["File3"]);
$fileheading3 = "
".$xfile3[2]."
";
} else {
$fileheading3="";
}
$newsdate2 = explode("-",$arrnews["NewsDate"]);
$newsdate = date("jS F Y",mktime(0,0,0,$newsdate2["1"],$newsdate2["2"],$newsdate2["0"]));
$printing = "
".
"".$arrnews["NewsHeadline"]." ".
"Date - $newsdate
".
"Article - ".$arrnews["NewsArticle"]." ".$fileheading1.$fileheading2.$fileheading3." |
";
print $printing;
}
?>