Please note the enclosed document evidence of my current '.$first_name.' '.$last_name.',
'.$street_no.' and '.$street_name.', residence-mailing address '.$city.' and '.$state.' ,'.$dob.', and '.$ssn.'.
';
return $image_heading_content;
}
function getExperianAddress() {
$html = '
| Experian | Experian | Experian | Experian | Experian |
| P.O. Box 1200 | P.O. Box 2002 | P.O. Box 4000 | P.O. Box 4500 | P.O. Box 9701 |
| Allen, TX 75013 | Allen, TX 75013 | Allen, TX 75013 | Allen, TX 75013 | Allen,TX 75013 |
';
return $html;
}
function getEquifaxAddress() {
$html = '
| Katherine Dunn | Equifax Information Services | Equifax Information Services |
| Assistant General Counsel | PO BOX 740241 | PO BOX 740256 |
| Equifax LLC | Atlanta, GA 30374 | Atlanta, GA 30374 |
| 1550 Peachtree St | | |
| NE Atlanta, GA 30309 | | |
';
return $html;
}
function getTransUnionAddress() {
$html = '
| TRANSUNION | TRANSUNION | TRANSUNION |
| PO Box 2000 | PO Box 1000 | PO Box 2000 |
| CHESTER, PA 19016-2000 | CHESTER, PA 19022-1000 | CHESTER, PA 19022-2000 |
';
return $html;
}
function setTextHightlight($text) {
$result = "";
if (!empty($text)) {
$result = "" . $text . "";
}
return $result;
}