/* C style comments */
// C++ style comments
# Bourne shell style comments
The C++ and Bourne shell-style comments can be inserted anywhere in
your code. Everything from the comment characters to the end of the
line is ignored. The C-style comment tells PHP to ignore everything
from the start of the comment until the end-comment characters. This
means that this style of comment can span multiple lines.
 |  |  |
16.2. Embedding PHP in HTML |  | 16.4. Variables |