﻿{"id":1801,"date":"2007-02-23T21:20:08","date_gmt":"2007-02-23T13:20:08","guid":{"rendered":"http:\/\/jilin.hydesign.tw\/?p=1801"},"modified":"2021-10-23T21:26:34","modified_gmt":"2021-10-23T13:26:34","slug":"php-pdf-download","status":"publish","type":"post","link":"http:\/\/jilin.hydesign.tw\/index.php\/2007\/02\/23\/php-pdf-download\/","title":{"rendered":"PHP PDF Download"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;?\n    $str_process = explode(\".\",$_GET['file']);\n    $last_name = $str_process['1'];\n    $file_name = $_GET['name'].\".\".$last_name;\n    $file_path = \"\/www\/fichful\/upload\/News_File\/\".$_GET['file'];\n    $file_size = filesize($file_path);\n    header('Pragma: public');\n    header('Expires: 0');\n    header('Last-Modified: ' . gmdate('D, d M Y H:i ') . ' GMT');\n    header('Cache-Control: must-revalidate, post-check=0, pre-check=0');\n    header('Cache-Control: private', false);\n    header('Content-Type: application\/octet-stream');\n    header('Content-Length: ' . $file_size);\n    header('Content-Disposition: attachment; filename=\"' . $file_name . '\";');\n    header('Content-Transfer-Encoding: binary');\n    readfile($file_path);\n?><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[30,29,4],"tags":[],"class_list":["post-1801","post","type-post","status-publish","format-standard","hentry","category-php","category-program","category-notes"],"_links":{"self":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts\/1801","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/comments?post=1801"}],"version-history":[{"count":1,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts\/1801\/revisions"}],"predecessor-version":[{"id":1802,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/posts\/1801\/revisions\/1802"}],"wp:attachment":[{"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/media?parent=1801"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/categories?post=1801"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/jilin.hydesign.tw\/index.php\/wp-json\/wp\/v2\/tags?post=1801"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}