How to download a file on clicking the name of file using PHP?

前端 未结 3 1165
不思量自难忘°
不思量自难忘° 2020-12-02 01:02

I Have a list of information in which there is a field where name of file is hyperlinked. I want the user to download that particular file when he clicks on it.

so,

3条回答
  •  独厮守ぢ
    2020-12-02 01:14

    so, How to download a file on clicking the name of file using PHP?

    The easiest way should be linking to it.

    DMS.doc
    

提交回复
热议问题