Constants in PHP

Site Name: Activity 3
Version: 1.0

Constants are immutable values declared using define(), unlike variables, which can be changed during runtime.