php constants

PHP Constants

If a variable is meant to be contain a value that may change, then, a constant is meant to be contain a value that never change.

php basic syntax

PHP Basic Syntax

Get familiar with the PHP basic syntax, the set of basic rules that define the combinations of symbols that are considered to be correctly structured programs.