Skip to content

PHP

Variables – PHP

In PHP, variable names start with a dollar sign.

echo – PHP

To print a string in PHP, use the echo command.

Comments – PHP

PHP supports single line and multi-line comments.