PHP heredoc syntax Posted on 2012-01-15 [Sunday] by Jay Jay Today I used the PHP for the first time. $data = <<<EOF my data EOF; echo $data;