";
} else {
while (!feof($fp)) {
$body .=" ";
$body .= fgets($fp,4096);
}
}
//$body = nl2br(myhtmlentities($body));
fclose($fp);
// build buttons for the top of page
// ---------------------------------
$buttons .= '
| ';
// finally build the whole page and sent it out to the browser
// -----------------------------------------------------------
$title = "postToHost script of Rasmus Lerdorf - The unoffical php FAQ";
include "pageHeader.inc.php";
?>