Monday, 10 September 2012

Comment in PHP

<html>
<body>

<?php
//This is a comment area

/*
This is
a comment
block area
*/
?>

</body>
</html>

No comments:

Post a Comment