advanced code snippet search
Awilum on 01/05/10
01/05/10 02:38pm01/05/10 02:12pm01/05/10 02:09pm
2 people have marked this snippet as a favorite
netzwerktouristBrianCoyDesign
Simple download :)
function download($filename,$content) { header("Content-Type: application/octet-stream"); header("Content-Disposition: attachment; filename={$filename}"); echo $content; }
Report this snippet Tweet
Comment:
You need to login to post a comment.