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