Force a file download
Here’s a small function that will allow you to force a file download. [php]/** * Force a file download via HTTP. * * File is required to be on the same server and accessible via a path. * If the file cannot be found or some other error occurs then a * ‘204 No content’ header is sent. * *...