Creditor alleging the negative item #'.$i.' and alleged account number and or description:
__ALLEGING_ITEM_'.$i.'_AND_ALLEGED_ACCOUNT_NUMBER_OR_DESCRIPTION__
';
} else {
$from = strpos($html, "__START".$i."__");
$to = strpos($html, "__END".$i."__");
$html = str_replace(substr($html,$from,($to-$from)+7+strlen($i)),"",$html);
}
}
//$html = str_replace($varList,$valueList,$html);
$html = str_replace('__SERIAL_LINES__',$serialLineHTML,$html);
require("../common_file.php");
} else {
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."RTG-15-CrackerJack-Bureau-M2C-Method-letter-for-FIRST-ROUND-ATTACKS-contesting-FCRA-and-Metro-2-for-COMPLIANCE-Proof.html";
header("Location:".$url);
}
?>