I am trying to stop the codes execution if the conditoin is met. I have
if(isset($fileName)){
echo 'no more time!'
//I want my script stops right here and don't excute the codes below...
}
//lots of codes.....
//lots of codes.....
Thanks for the help!
For that you can simply use: