php <<<html closing tag code example
Example:
<?php
echo "Hello world";
// ... more code
echo "Last statement";
// the script ends here with no PHP closing tag
<?php
echo "Hello world";
// ... more code
echo "Last statement";
// the script ends here with no PHP closing tag