If I have a hello.php file like this:
Hello, !
I would like to do something like this in some php code:
http://www.devshed.com/c/a/PHP/Output-Buffering-With-PHP/
Output buffering might be the place to start.