Constants Example

PI: 3.14

Site Name: My Website

Constants in PHP are like variables, but once defined, they cannot be changed or undefined during the execution of the script. Constants are useful for values that remain constant throughout the execution of a script.