Value of PI: 3.14159
Greeting Message: Hello, World!
Constants in PHP are values that cannot be changed once defined. They are different from variables because they cannot be reassigned. Constants are defined using the define()
function and are usually written in uppercase letters to distinguish them from variables.