Constants in PHP

The value of PI is 3.14159
Welcome to My Website

Constants are similar to variables. The difference is that in constants their values cannot be changed once defined. They are defined using the `define()` function in PHP.