What does die () do in PHP?
What does die () do in PHP? The die() is an inbuilt function in PHP. It is used to print message and exit from the current php script. It is equivalent to exit() function in PHP. What is the difference between die and echo in PHP? The exit() in PHP is used to print a […]