If I have a hello.php file like this:
Hello, !
I would like to do something like this in some php code:
You can do this with output buffering, but might be better of using one of the many template engines.