Alleged Creditor#'.$i.' and the ALLEGED date of the NOT PROVEN COMPLIANT inquiry defiecient of true Permissible Purpose that REQUIRES immediate and permanent deletion:
__creditor'.$i.'__
';
} else {
}
}
if(empty($_POST["clientId"])){
for($i=1;$i<= 5;$i++){
if(isset($_FILES["image".$i]["name"]) && !empty($_FILES["image".$i]["name"])){
$imagefilename[$i] = mt_rand(0, 1000).time().'_'.$_FILES["image".$i]["name"];
upload_media($imagefilename[$i],$_POST['image'.$i]);
$deletionArray[] = $imagefilename[$i];
$varList[] = "__image".$i."__";
$valueList[] = $imagefilename[$i];
$start = "__STARTM".$i."__";
$end = "__ENDM".$i."__";
$html = str_replace(array($start,$end),array("",""),$html);
// $serialLineHTML = $serialLineHTML.$fileNameArray[$i-1]."
";
} else {
$from = strpos($html, "__STARTM".$i."__");
$to = strpos($html, "__ENDM".$i."__");
$html = str_replace(substr($html,$from,($to-$from)+8+strlen($i)),"",$html);
}
}
}
$html = str_replace('__SERIAL_LINES__',$serialLineHTML,$html);
require("../common_file.php");
} else {
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."RTG-V1S3b-TransUnion-Inquiries-LETTER-after-doing-V1S3a-FIRST-which-is-the-so-called-TU-glitch-2016-2017.html";
header("Location:".$url);
}
?>