A comment is text in a script that is ignored by the PHP engine.
Single-line comments begin with two forward slashes (//) or a single hash sign (#). <? // this is a comment # this is another comment ?>