mahenderp Posted September 21, 2007 Share Posted September 21, 2007 Hi, I want to know how to write a php script which should never terminates in php server, even after Browser is closed. basically my script does not send any data to the browser, it simply does somthing which is important to me. I tried ini_set("max_execution_time", 0); It fails ... Any other options .... Please let me know .... Thanks Mahender :) Quote Link to comment https://forums.phpfreaks.com/topic/70142-never-quit-execution-of-php-script/ Share on other sites More sharing options...
redarrow Posted September 21, 2007 Share Posted September 21, 2007 what are you designing or want to do with your code as php needs to exc to render the code. if you want information collected then dont echo that info out. Quote Link to comment https://forums.phpfreaks.com/topic/70142-never-quit-execution-of-php-script/#findComment-352250 Share on other sites More sharing options...
mahenderp Posted September 21, 2007 Author Share Posted September 21, 2007 hi, Actually I'm sending mails in ... which is never ending process... Thanks Quote Link to comment https://forums.phpfreaks.com/topic/70142-never-quit-execution-of-php-script/#findComment-352267 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.