I get a blank page with the following code:
<?
echo_<<<END
This_uses_the_"here_document"_syntax_to_output
multiple_lines_with_$variable_interpolation._Note
that_the_here_document_terminator_must_appear_on_a
line_with_just_a_semicolon_no_extra_whitespace!
END;
?>
this is driving me nuts, is becasue I'm on OS X, or my php version (4.3.2).