hey atil , bro u helped a lot .... the files in the database are viewing i.e working well till #53 but error is coming in the download part....i.e after #56
it always show no ID was passed
Code:
 <?php
    // Connect to the database
	//mysql_connect(""localhost","root",""") = $dblink   
	$dbLink = new mysqli("localhost", "root", "", 'iitm');
...