How to handle time consuming PHP scripts
Some times you might have to write PHP scripts that can take a long time to finish. For example create/recover backups, install CMS demos, parse large amounts of data etc... To make sure your scripts will work as expected you will need to know and remember a few things. Timeouts The first thing you have to do is to