Pages

Comments in PHP







// is use to single Line comment
/*  use for multiline comment



Example
 
<!DOCTYPE html>
<html>
<body>

<?php
//This is a PHP comment line

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

</body>
</html>

No comments:

Flag Counter
| Copyright © 2013 Remote Tutor