What Are Constants?
The Unchanging “Variable”
While a “constant” is not a specific data type, it is a type of variable. Specifically, it is a variable that is not changeable. Here are some hard and fast rules about constants: Continue reading PHP – Lesson 06: Constants