My name is Yahya.
I am 20.

PHP constants store information like variables but unlike variables they cannot be changed. They are created using the define()function which takes two parameters, first is the name and second is the value of the constant defined.