Re: [PHP] endless loop

2004-11-24 Thread Chris
By default, I believe, it stops executing when the user hits the stop button. You can control this with the ignore_user_abort function http://www.php.net/ignore_user_abort Chris Dustin Krysak wrote: Hi there I was making a script that had a loop, and ended up with a endless loop by accident.

Re: [PHP] endless loop

2004-11-24 Thread Lists
I think it depends on whether or not someone is watching it. On Nov 24, 2004, at 5:10 PM, Dustin Krysak wrote: Hi there I was making a script that had a loop, and ended up with a endless loop by accident. Now if that script is executed on the server - does the script die as soon as the browse

[PHP] endless loop

2004-11-24 Thread Dustin Krysak
Hi there I was making a script that had a loop, and ended up with a endless loop by accident. Now if that script is executed on the server - does the script die as soon as the browser is closed? Or does it keep running as a process on the server? Thanks! d -- PHP General Mailing List (http: