Constants in PHP are similar to variables, but their values cannot be changed after they are set. Variables can change, while constants remain the same throughout the script.