How To Give A Download Link For Pdf In HTML5 or PHP
In this article you will see how to give download link in PHP to download a file from server. Giving a download link is very easy if you are using HTML5. In HTML5, we just need to add a download attribute in anchor tag with giving file source as href. This steps will create a … Read more