New Tutorial - PHP Headers to Force Download
In the new tutorial, Using PHP Headers to Force Download, we briefly go over how to use the header() function in PHP to set HTTP raw headers to define application type. This is useful when providing downloads on your website and you don't want to risk the user's browser trying to handle the file with default plug-ins and applications. Check it out!


