Vacant Residence Notification

Vacant Residence Notification

<?php
error_reporting(E_ERROR | E_WARNING);    // Report all errors
ini_set(‘display_errors’, 1);    // Display them

/*  Notification of Vacant Residence  */
require_once($_SERVER[“DOCUMENT_ROOT”] . ‘/fhaphp/ACYM6vacantRes.php’);

?>