Language Basics Php

Single-line comments begin with two forward slashes (//) or a single hash sign (#). 
// this is a comment
# this is another comment
?>