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