007 - comments
rajat singh
<?php // 007 - comments echo "</br><span class='myheading'>007 - comments</span></br>"; /* Single Line Comment */ $x = "rajat singh"; //this is first comment echo $x; /* Multiple Line Comment */ /* $x = "Yahoo Baba"; echo $x; */ ?>