Understanding PHP Constants

The site name is: East Seawright - Assignment 3

The maximum number of users allowed is: 100

Explanation of constents

Constents are a name or indetifier for a value that is fixed. Constants dont change and do not require a $ symbol before them. Constants are also global, meaning they can be executed from anywhere in the script and dont need to be passed with arguments.