« jquery animate 複数 同時 | メイン | 特定のIPからアクセス拒否 linux »

2014年03月04日

PDFをinline インライン表示

	header("Content-Type: application/pdf");
	header("Content-Disposition: inline;filename=\"".mb_convert_encoding($dat["newsdat_pdfname"],"SJIS-win","UTF-8")."\"");
	print pg_unescape_bytea($dat["newsdat_pdfdat"]);

投稿者 muuming : 2014年03月04日 12:27