Constants

Constant SITE_NAME: My PHP Site
Constant PI: 3.14159

Constants are fixed values in PHP that cannot change once defined. Unlike variables, constants do not use the dollar sign and stay the same throughout the script execution.