Top 3 PHP Tips & Tricks
Increase PHP allowed execution time With a default install of PHP the scripts have a limited execution time in which they much execute, do their thing, and finish. Quite often particularly in shared hosting environment the default limit just isn’t enough. This is quite often the case if you’re trying to upload large files or process a lot of data at once. If you haven’t already seen it you will… Read more »