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

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

The easiest way should be linking to it.

<a href="https://stackoverflow.com/questions/4518702/download.php?......" target="_blank">DMS.doc</a>

Leave a Comment