Can anyone tell me the best method to download a file using PHP?
I have links on a page which enable files to be downloaded, but I want to record the number of times the file has been downloaded.
Is it possible also to detect if the file has been downloaded rather than simply just record the number of times the link to the file has been clicked. They could of course cancel the download.
Any ideas please?
Thanks in advance.
BB