Edit or Delete BB Posting

Edit or Delete BB Posting

<?php 
error_reporting(E_ERROR | E_WARNING);    // Report all errors
ini_set(‘display_errors’, 1);    // Display them
/* Edit FHA Bulletin Board  */
require_once($_SERVER[“DOCUMENT_ROOT”] . ‘/fhaphp/editBB.php’);
?>