$page = "contact us"; include 'menu.php'; ?>
$file = $_SERVER['DOCUMENT_ROOT'] . "/text/contact-us.txt"; $fp = fopen($file, "r"); $text = fread($fp, filesize($file)); echo ($text); fclose($fp); ?>