constant is a user defined name or identifier. which can't be changed during the execution of the php program. it is the final variable. its value can't be change.
in php, there are two ways to define constant.
Syntax :
define(name, value, case-insensitive)
Trending Tutorials