#headers
2 posts tagged headers. Clear filter
-
PHP Headers for Sending CSV File Downloads
If you would like to force a file download prompt to the user, instead of just outputting the text to the browser, use the following headers. <?php $filename = "some-filename";...
-
Using the PHP Mail Function with Additional Headers
Pass a fourth parameter to the mail() function with the header information.