Constants in PHP are like variables but they cannot have their value changed while the code is being ran. They are also different from variables, because they are defined using the `define()` function.