how to get comment in php code example
Example: comment in php
<?php
/*
echo 'This is a test'; /* This comment will cause a problem */
*/
?>
<?php
/*
echo 'This is a test'; /* This comment will cause a problem */
*/
?>