I have a table in my Mysql database called upload. This table contains article_title, filepath. filepath is the actual path and file name for a fiel for example news/article.pdf. I need to retrieve all the records from upload table into a php page and allow peoplle to download or view the...