1 post tagged webdev. Clear filter
Nov 2017 · 1 min read · 1 comment
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";...