Basics
Comment
PHP
// This is a comment
# This is also an inline comment
Anything after //
or #
on the line is considered a comment and won't be executed.
// This is a comment
# This is also an inline comment
Anything after //
or #
on the line is considered a comment and won't be executed.