日期:2011-11-22 浏览次数:20490 次
PHP通过Header()函数实现文件下载,如下代码:
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <title>应用header()函数实现下载 - www.cxybl.com</title>
- <style type="text/css">
- <!--
- body {
- margin-left: 00px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- a:link {
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- }
- a:hover {
- text-decoration: none;
- }
- a:active {
- text-decoration: none;
- }
- .style1 {font-size: 12px}
- -->
- </style></head>
- <body>
- <table width="385" height="185" border="0" cellpadding="0" cellspacing="0">
- <form name="form1" <