Using Constants in PHP

Examples:

Welcome to My Awesome Website!

The value of π is around 3.14

Constants are similar to variables, but their values cannot be changed once they are defined. They are used to store information or values.