Printable FHA Directory (new)

Printable FHA Directory (new)

<?php
error_reporting(E_ERROR | E_WARNING);    // Report all errors
ini_set(‘display_errors’, 1);    // Display them
/*  Interface for Directory Print program  */
require_once($_SERVER[“DOCUMENT_ROOT”] . ‘/fhaphp/printDIR3.php’);
?>