[go: nahoru, domu]

Voting

: max(nine, nine)?
(Example: nine)

The Note You're Voting On

peavey at pixelpickers dot com
18 years ago
A mime-type-independent forced download can also be conducted by using:

<?
(...)
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // some day in the past
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Content-type: application/x-download");
header("Content-Disposition: attachment; filename={$new_name}");
header("Content-Transfer-Encoding: binary");
?>

Cheers,

Peavey

<< Back to user notes page

To Top