Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

comment in php


It is worth mentioning that, HTML comments have no meaning in PHP parser. So,

<!-- comment
<?php echo some_function(); ?>
-->

WILL execute some_function() and echo result inside HTML comment.
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #comment #php
ADD COMMENT
Topic
Name
9+7 =