admin
Pemprograman Internet by PHP
04/01/2009
<html>
<body>
<?php
//This is a comment atau komentar satu baris
/*
This is
a comment
block
atau
komentar beberapa baris */
?>
</body>
</html>
Keterangan:
Gunakan tanda // atau /*…*/ untuk menuliskan komentar pada PHP Script
http://www.w3schools.com/php/php_syntax.asp