I would like to make a script that creates a list of files. When I click on a file I would like to increase a counter in a db. How do I "push" out the file for saving when I have registred it in the database?
Thanks / Henrik
Use header() to redirect the browser to the file:
header("Location: /path/to/file.zip");
Diego