1. Single Line Comment
<?php
//here is any code
//echo "this is test";
?>
2. Multiple Line Comment
<?php
//here is any code
//echo "this is test";
?>
2. Multiple Line Comment
<?php
/* Here is your code
echo " this is test...";
echo "this is not display at screen";
*/
?>
No comments :
Post a Comment