Level: $levels"; $root = ''; for($i = 1; $i < $levels; $i++) { $root .= '../'; } //echo "
Root: $root, path: $path
"; return($root . $path); } $SessionPath = MainRootSessionPath('session2015.inc.php'); include_once($SessionPath); ?> Links to Other Interesting Sites "; $HeaderMetaData = MainRootSessionPath('header2014_meta.php'); include_once($HeaderMetaData); ?> "; $MainRoothPathHeaderScripts = MainRootPath('header2014_scripts.php'); include_once($MainRoothPathHeaderScripts); ?>
Links
by Special Effect Supply


"; if($GetAllLinksCOUNT <=0) { echo "No Links found..."; } else { while ($row = mysql_fetch_array($GetAllLinksResult, MYSQL_BOTH)) { $PrimaryID = $row["PrimaryID"]; $Name = $row["Name"]; $URL = $row["URL"]; $Description = $row["Description"]; $LastUpdate = $row["LastUpdate"]; //echo "$Name $Description -FX #: $PrimaryID-

"; echo "$Name $Description

"; } } //end of else for count rolls ?>