vijayjoshi.org - php | javascript | ajax | and all things web

Posts Tagged ‘download’

How to allow users to download files in PHP

November 25th, 2008 | Posted by Vijay Joshi | 12 Comments
So, you want to allow your users to download files from your server. Downloading files in php is a simple process.You do not need scores of lines in your code to ...