Source Code:
(back to article)
<?php $name = "John"; echo <<<EOF Hello $name! Welcome to the website. EOF;
Result:
Report an issue