未分類
header 強迫輸出 Download PDF
0) {
$dl_file = iconv("UTF-8","big5",$row_rs_pdf['w_pdf']);
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Content-Type: application/pdf");
$header="Content-Disposition: attachment; filename=".$dl_file.";";
header($header);
@readfile("pdf/".$dl_file);
}
?>