This download counter uses MySQL to store the download times. Everytime you click on a download link, it uses the PHP GET method to insert into the database and then the download will pop up for the user to download.The script consist of the following files:- index.php- downloadCounter.sqlHow to use this script?- Extract the zip file.- Place the files on the webserver.- Import the SQL file downloadCounter.sql into database.- Run index.php in the browser. You can now start download and the counter increments by 1 each time.