Our blog
PHP Cached Download Function
If you are coding a PHP script to deal with big files, it makes sense to build in some kind of caching logic so that your script won't download the same file every single time it is run, but will check to see how long ago it last downloaded that file and only download it again if it is more than a certain timeframe old.
This function allows you to do exactly that - check it out:
RSS Feed