//Constants can be placed without quotation marks
define(YH,'Don't be confused about the future, calm down and code when you are confused');
echo YH;
When defining a constant, the first parameter must also be quoted.
For example, define("YH",'I am a good person')
When defining a constant, the first parameter must also be quoted.
For example, define("YH",'I am a good person')