SITE_NAME constant value: UWM Panther
PI constant value: 3.14159
Constants are fixed values defined once in a PHP script and cannot be changed during execution. Unlike variables, constants do not use a dollar sign and their values remain the same throughout the entire program. Variables, on the other hand, can be changed as needed. Constants are useful for storing configuration values or data that must remain consistent, improving code reliability and readability.