I know there is an alternative syntax for control structures( PHP Alternate Syntax ). Is there an equivalent for PHP comments? Mainly so comments do not show up in view source. Something like this perhaps.
<?php /* ?>
<h1>THIS WILL NOT SHOW UP ON VIEW SOURCE</h1>
<?php */ ?>
Thanks!