Home |
Equipment Supply Arrangements |
Products |
Services |
Affiliates |
Partners |
Human Resources |
Community Involvement |
About Us |
Contact Us |
 |
$hierarchyLevel = "";
$theUri = $_SERVER['REQUEST_URI'];
$splitUri = explode("/", $theUri);
$splitUriLength = sizeof($splitUri);
//echo 'splitUriLength: '. $splitUriLength .'
';
if ($splitUriLength <= 2) {
$hierarchyLevel = "";
} else {
$hierarchyLevel = "../";
}
// server variables accessable
//echo 'SERVER_ADDR: '. $_SERVER['SERVER_ADDR'].' ';
//echo 'SERVER_NAME: '. $_SERVER['SERVER_NAME'].' ';
//www.halifaxgroup.com
//echo 'DOCUMENT_ROOT: '. $_SERVER['DOCUMENT_ROOT'].'
';
//echo 'HTTP_REFERER: '. $_SERVER['HTTP_REFERER'].'
';
//echo 'REQUEST_URI: '. $_SERVER['REQUEST_URI'].'
';
//echo 'File: '. __FILE__ .' ';
?>
|
 |
|
|