Set Hoas and Service Groups for Existing Streets

Set Hoas and Service Groups for Existing Streets

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

/*  Assign Areas and Serv. Grps. to Streets  */
require_once($_SERVER[“DOCUMENT_ROOT”] . ‘/fhaphp/streetMgt.php’);

?>