June 16, 2004

PHP 強制下載檔案, 而不讓程式開啟

header("Content-type:application");
header("Content-Disposition: attachment; filename=file_name");
//file_name是預設下載時的檔名,可使用變數。
readfile("file");
//file是實際存放在你硬碟中要被下載的檔案,可使用變數。
exit(0);

ref.
http://dob.tnc.edu.tw/themes/old/showPage.php?s=3221&t=1

Posted by pank at June 16, 2004 10:22 AM
Comments
Post a comment













Remember personal info?