Constants in PHP

Welcome to MySpace
Version: 1

Constants are like variables, they cannot be changed once defined. They are defined using `define()` or `const`.