describes

  1. buddyram

    PHP: File Downloading Query

    I am unable to download the file from the database which i had uploaded, instead it is downloading a txt file which describes the file information, with warning! Could anyone trace this? <?php $mysql = mysql_connect('localhost','root',''); mysql_select_db('upload',$mysql); $query =...
Top Bottom