PHP program to create a constant using define() function
The source code to create a constant using the define() function is given below. The given program is compiled and executed successfully.<?php //PHP program to create a constant //using define() function. define