Examples of Using Two Constants
First Constant Example...
My favorite color is blue.
Second Constant Example...
The value of pi is approximately 3.14159.
What constants are and how do they differ from variables?
Constants are like variables, but their values cannot ever be changed.
They are defined using the define() function. Variables can change their values anytime, but constants stay the same.