• My PHP Pages

    This is a complete and free PHP programming course for beginners. Everything you need to get started is set out in section one below.

Jun 13, 2013

Posted by Unknown
No comments | 11:34 AM

                                                            Video Tutorial in sinhala
                             For more sinhala video tutorials visit http://myphpvideo.blogspot.com




Comments in PHP

          In PHP we use // to make single line comments and  /* your comment goes here */ to make a large comment block.

example : 

<?php

//This is a single line comment

/*
This is 
a comment
block or in other word
multiline comment 
*/




0 comments :

Post a Comment