<?php $var = 'Howdy'; echo <<<EOL This is output And this is a new line blah blah blah and this following $var will actually say Howdy as well and now the output ends EOL;