<?php$str = <<<EOD//some codes you want to write//the end of the block should be a new line and have no spaceEOD;echo $str;?>