Develop a new think

PHP Comments

PHP Single line comment(//)
<?php
echo "hi, ";
// echo "this is comment";
echo "all done";
?>
hi, all done


PHP Multiple Line comment(/* */)
<?php
echo "hi, ";
/* echo "this is Multiple line comment";
echo "this is sec line":
*/
echo "all done";
?>
hi, all done
All links Introduction | Installation | Syntax | Variables | Strings | Operators | Comments
web counter