siddscool19 Posted March 3, 2010 Share Posted March 3, 2010 I want to know how can we stop a script running with ignore_user_abort as true? Like if something goes wrong and i don't want the script to run anymore than how can i stop it in between? Link to comment https://forums.phpfreaks.com/topic/193976-how-to-stop-ignore_user_abort/ Share on other sites More sharing options...
salathe Posted March 3, 2010 Share Posted March 3, 2010 exit; Link to comment https://forums.phpfreaks.com/topic/193976-how-to-stop-ignore_user_abort/#findComment-1020807 Share on other sites More sharing options...
siddscool19 Posted March 3, 2010 Author Share Posted March 3, 2010 how to use that if i already closed the script from my browser? and the script keeps running on server how to interfere the script :S Link to comment https://forums.phpfreaks.com/topic/193976-how-to-stop-ignore_user_abort/#findComment-1020809 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.