Hi All, I have a script that loops lots of times. By the time it gets to the end of the loop, it stops. I then have to continue the script from half way in and it is a real pain in the b.side. Is there a timeout or a setting on my server that I need to change? Thanks
How did you try it? This should work just fine: set_time_limit(0); PHP: ... (note that this must be placed above the loop!)