No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
function selfURL() { $s = empty($_SERVER["HTTPS"]) ? '' : ($_SERVER["HTTPS"] == "on") ? "s" : ""; $protocol = strleft(strtolower($_SERVER["SERVER_PROTOCOL"]), "/").$s; $port = ($_SERVER["SERVER_PORT"] == "80") ? "" : (":".$_SERVER["SERVER_PORT"]); return $protocol."://".$_SERVER['SERVER_NAME'].$port.$_SERVER['REQUEST_URI']; } function strleft($s1, $s2) { return substr($s1, 0, strpos($s1, $s2)); }
$url = explode('/',selfURL());
//print_r($url);
?>
if($url[3] == "short-courses") { ?>
} elseif($url[3] == "foundation") { ?>
} else { ?>
} ?>