Constants in PHP

The value of PI is: 3.14159
Welcome to Gerrardo's Website

Constants in PHP are values that cannot be changed after they are defined, unlike variables. They are usually defined using the `define()` function. Once set, they are globally accessible.