Variables use "$" symbol to store a value. Constants also do store values, but unlike variables, they cannot be changed. Constants use define() to store a value.