<?php
print <<<END
Hello World.
END;
?>
As basic as it comes and I can't get any output.
I'm using PHP 4 point something on Apache 2. I've had no problems with Apache 2 yet, and I don't see why it would be the server. Regular print and echo works fine.