php如何转向一个服务器端的文件
比如一个目录下存在文件a.zip
当打开b.php时,就直接弹出下载a.zip,不是读a.zip再以流的形的输出,而是直接
文件的路径
http://www.xx.com/a.zip
------解决方案--------------------
header
------解决方案--------------------
header('Location: http://www.xx.com/a.zip'); <div class="clear"> </div>