";
} else {
$from = strpos($html, "__STARTM".$i."__");
$to = strpos($html, "__ENDM".$i."__");
$html = str_replace(substr($html,$from,($to-$from)+8+strlen($i)),"",$html);
}
}
}
$serialLineHTML = "";
include '../common_image_file.php';
for($i=1;$i<= 11;$i++){
if(isset($_POST["creditor".$i]) && !empty($_POST["creditor".$i])){
$creditor[$i] = $_POST["creditor".$i];
$varList[] = "__creditor".$i."__";
$valueList[] = nl2br($creditor[$i]);
$serialLineHTML .= '
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 {
}
}
$html = str_replace('__SERIAL_LINES__',$serialLineHTML,$html);
require("../common_file.php");
} else {
$url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."RTG-V1S2-SEA-11-for-experian-inquiries-VOLUME-1-Step-2.html";
header("Location:".$url);
}
?>