Constants Example

Constants in PHP are like variables but cannot be changed once defined. Here are a couple of examples:

Value of PI: 3.14159

Constant GREETING: Hello, World!