- #
- /*
Comments
examples/intro/comments.php
<?php /* This is a comments */ # This is a one line comment print "Can you see the comments here ?"; # this is too a comment; ?> <!-- An HTML comment -->
<?php /* This is a comments */ # This is a one line comment print "Can you see the comments here ?"; # this is too a comment; ?> <!-- An HTML comment -->