In this video tutorial I'll show you how to define a php constant.
To define constant use define() function - https://www.php.net/manual/en/functio...
To check whether constant created use defined() function - https://www.php.net/manual/en/functio...