PHP File Streaming with cat and passthru
by Jason on November 9, 2009
The problem This weekend, I needed to figure out how to make an on-request, downloadable, backup of an entire MySQL database (for Magento, in case you were wondering). At first, I attempted the simplest approach, which was to perform the (…)