How to use php exit funtion?
|
Rate this page :
|
[ 0 votes]
|
Exit is a simple function in php which prints a output message and terminate the current running script. The sample php code using exit function is given below.