CommentsPHP supports 'C', 'C++' and Unix shell-style (Perl style) comments. For example:
Example #1 Comments
The "one-line" comment styles only comment to the end of
the line or the current block of PHP code, whichever comes first.
This means that HTML code after
Example #2 One Line Comments
'C' style comments end at the first
|