Lee Lundy ExperianExperian NCACExperian NCACExperian NCACAnn Sterling ( or ACTING VP/AGC) 701 Experian ParkwayPO Box 9701PO Box 2002PO Box 4500475 Anton Blvd Allen, TX 75013Allen, TX. 75013Allen ,TX 75013Allen, TX 75013Costa Mesa, CA 92626 '; } else if($report_file_name == "2"){ $report_name_prefix = "Equifax Confirmation"; $address = '
Katherine DunnEQUIFAXEQUIFAX
Assistant General CounselPO Box 740241PO Box 740256
Equifax LLCAtlanta, GAAtlanta, GA
1550 Peachtree St30374-024130374-0256
NE Atlanta, GA 30309


'; $address .= '
Equifax Corporation
Julie Shirley
SVP and Deputy General Counsel
Office of the General Counsel
1550 Peachtree St
NE Atlanta, GA 30309
'; } else if($report_file_name == "3"){ $report_name_prefix = "TransUnion File"; $address = '
TransUnion CorporationTransUnion Corporation
John BlenkeGary S. Friedlander
Corporate General CounselVice President & Division General Counsel
for TransUnion LLC,
Office of the General CounselOffice of the General Counsel
555 W. Adams Street555 W. Adams Street
Chicago IL 60661Chicago IL 60661


'; $address .= '
TransUnionTransUnion
PO Box 1000PO Box 2000
Chester, PA 19016-1000Chester, PA 19022-2000
'; } // the unique pdf filename which will be saved on server $file_name = mt_rand(0, 1000).time().'_'.$pdf_name; if(isset($experian_report)){ //get html content from pre defined format $today = date("d M, Y"); $html = file_get_contents($html_format_name); $personal_tracking_number = getPersonalTrackingNumber(); $varList = array( '__EXPERIAN_REPORT__', '__NAME_ADDRESS__','__RECORDS__' ,'__TODAY__', '__SOCIAL_SECURITY_NUMBER__' ,'__ADDRESS__' ,'__REPORT_NAME_PREFIX__' ); $valueList = array( $experian_report, $name_address,$records,$today,$personal_tracking_number,$address,$report_name_prefix); $deletionArray = array(); /* $serialLineHTML = ""; $fileNameArray = array( "Evidence of my Proof of identification", "Proof of residence or mailing address", "Proof of social security number" ); */ for($i=1;$i<= 3;$i++){ if(isset($_FILES["image".$i]["name"]) && !empty($_FILES["image".$i]["name"])){ $imagefilename[$i] = mt_rand(0, 1000).time().'_'.$_FILES["image".$i]["name"]; move_uploaded_file($_FILES["image".$i]["tmp_name"], $imagefilename[$i]); $deletionArray[] = $imagefilename[$i]; $varList[] = "__image".$i."__"; $valueList[] = $imagefilename[$i]; $start = "__START".$i."__"; $end = "__END".$i."__"; $html = str_replace(array($start,$end),array("",""),$html); // $serialLineHTML = $serialLineHTML.$fileNameArray[$i-1]."
"; } else { $from = strpos($html, "__START".$i."__"); $to = strpos($html, "__END".$i."__"); $html = str_replace(substr($html,$from,($to-$from)+7+strlen($i)),"",$html); } } /* if(!empty($serialLineHTML)){ $serialLineHTML = "See Enclosed:
".$serialLineHTML; } */ //$html = str_replace('__SERIAL_LINES__',$serialLineHTML,$html); require("../common_file.php"); } else { $url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."VipRTG-INQs-TU-L3-STAFF-ONLY-challenge-letter-to-TransUnion-for-Hard-Inquiries-for-WAVE-1-attacks.html"; header("Location:".$url); } ?>