",$breadcrumb);
// see how many elements are in the breadcrumb
$numParts = count($breakParts);
$urlFile = "urls.html";
$fh = fopen($urlFile, 'r');
// open the url file and remove extra whitespace and html
$data = str_replace("\n","",strip_tags(trim(fread($fh, 100000))));
fclose($fh);
$breakData = explode("|",$data);
$countParts = "0";
$counter = "1";
foreach ($breakParts as $parts) {
foreach ($breakData as $data) {
$explodeData = explode(";",$data);
if ($breakParts[$countParts] . ".html" == $explodeData['1'] && $counter < $numParts) {
echo '' . $explodeData['0'] . '';
if ($counter < $numParts) {
echo " > ";
}
$countParts++;
$counter++;
}
elseif ($breakParts[$countParts] . ".html" == $explodeData['1'] && $counter == $numParts) {
echo $explodeData['0'];
$counter++;
}
}
}
if ($_GET['showurls'] == "1") {
print_r($breakData);
}
}
?>
Track Your Package
|
|
|
|
Track Your Package |
|
|
|
|
| All content copyright Doctored Locks, Inc.
|
|
|