View Single Post

  #8 (permalink)  
Old 10-26-2006
petersprc@gmail.com
 
Posts: n/a
Default Re: PHP file download counter

Hi,

You can add this to the bottom of the script to handle that
URL:

if (isset($_GET['title'])) {
SimpleRedirectLog::logRedirect($_GET['title']);
}

> Hi,
>
> I tried link file to download:
>
> http://www.mydomain.com/SimpleRedire...p?title=MyFile
>
> M.


Reply With Quote