Monday, 9 November 2015

comments in php

comments in php


<html>
<body>

<?php
//single-line comment

# This is also a single-line comment

/*
multiple-lines comment
*/

?>

</body>
</html>

No comments:

Post a Comment