注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 实现VMM2K8管理VM之Virtua..
 帮助

php:下载地址文件


2005-07-03 15:28:00
 标签:php   [推送到技术圈]

PHP代码:



<?php

// We'll be outputting a PDF

header('Content-type: application/pdf');



// It will be called downloaded.pdf

header('Content-Disposition: attachment; filename="downloaded.pdf"');



// The PDF source is in original.pdf

readfile('original.pdf');

?>




    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: