Tuesday, 19 July 2016

How to add comments to php code ?


2 types of comment


<?php
    // This is line comment
    /* This is 
       C-style comment */
    echo 'hello world';
?>

No comments:

Post a Comment

Note: only a member of this blog may post a comment.