In PHP, we use // to make a single-line comment or /* and */ to make a large
comment block.
comment block.
<html>
<body>
<?php
//This is a comment
/*
This is a comment
block
block
*/
?>
</body>
</html>
Copyright. PHP Factory. All Rights Reserved. A Blog by Vipin Cherukara
0 comments:
Post a Comment