PHP supports 'C', 'C++' and Unix shell-style (Perl style) comments.
For example:
For example:
<?php /* This will not print on the screen as it is a Comment. */ //Uses echo language construct to output the text "Hello World." to the browser
echo 'Hello World'?>
No comments:
Post a Comment