Voting

: max(two, five)?
(Example: nine)

The Note You're Voting On

magnesium dot oxide dot play+php at gmail dot com
11 years ago
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.

<< Back to user notes page

To Top