click here to open sidebar
Php constants – It is like variable.
After define it cant be change.
Constant start with letter or underscore.
It cant be change during the script.
Use with define() function.
constants example define(name, value, case-insensitive)
constants sensitive
constants insensitive
constants array