从服务器获取pdf文件

从服务器获取pdf文件

本文介绍了从服务器获取pdf文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好。


我是php的新手,我有ASP的经验。


IM试图从远程获取pdf文件文件夹和发生的事情是

打开一个新的页面。


这是代码:


< a href =" ./ uploads / files /<?php echo $ pdf?>"> Get File!< / a>


$ pdf有来自字段''file_pdf'的值,类型为

varchar。示例:test.pdf。


任何帮助?提前谢谢

Hello.

Im new to php and i had experience in ASP.

IM trying to get a pdf file from a remote folder and what happens is
that opens a new page.

Here is the code:

<a href="./uploads/files/<?php echo $pdf ?>">Get File!</a>

The $pdf has the value from the field ''file_pdf'' and the type is
varchar. Example: "test.pdf".

Any help? THanks in advance

推荐答案




这篇关于从服务器获取pdf文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 20:00