<?php echo.
This will also be ignored by PHP and displayed by the browser.
]]><?php ?> and
<script language="php"> </script>, are always
available. There is also the short echo tag <?= ?>,
which is always available in PHP 5.4.0 and later.
<script language="php"> tags. As such, we recommend
only using <?php ?> and <?= ?> when
writing PHP code to maximise compatibility.
The header above will say 'This is an example'.
]]>