PHP Constants

SITE_NAME: My Website

MAX_USERS: 100

Constants are values that can't be changed during the execution process. For example, variables can be reassigned new values, but constants remain the same throughout. You can't reassign a new value to them once its already been defined.