In this tutorials you will learn how to write a php script for file downloading.If you want to see how to upload a file into a server click here.
<?php
// Give the path here where your file is located and make a hyper link like <a href='www.yoursite.com?fname=youpic.jpg'>Download image</a>//$_GET['fname']; will...