Multiline comments program
<?php
/* This is a comment with multiline
Purpose: Multiline Comments Demo
Subject: PHP
*/
echo “An example with multi line comments”;
?>
<?php
/* This is a comment with multiline
Purpose: Multiline Comments Demo
Subject: PHP
*/
echo “An example with multi line comments”;
?>
Comments
Post a Comment