Programming Code Center(PCC)
[PHP]

(PCC)::[how-to-use-single-line-comment-in-php-language]::[php]

File Name : index.php

<!DOCTYPE html>
<html>
<body>
 
<?php
// This is a single-line comment

# This is also a single-line comment
?>
 
</body>
</html>

Output :