[PHP] Logging Referer

2003-02-21 Thread Matt Honeycutt
Hi all, I'm working on adding some logging functionality to a PHP image counter script that I wrote. The counter outputs an image representing the current number of hits and is used via an img tag. After it displays the image, the counter collects information about the user (browser version and

Re: [PHP] Logging Referer

2003-02-21 Thread Justin French
on 22/02/03 10:19 AM, Matt Honeycutt ([EMAIL PROTECTED]) wrote: I'd also like for it to log the referer, but because the counter is triggered via an img tag, the referer is always the page that has the img tag. Is there any other way to grab the referer that actually sent the user to the

RE: [PHP] Logging Referer

2003-02-21 Thread Matt Honeycutt
] Logging Referer on 22/02/03 10:19 AM, Matt Honeycutt ([EMAIL PROTECTED]) wrote: I'd also like for it to log the referer, but because the counter is triggered via an img tag, the referer is always the page that has the img tag. Is there any other way to grab the referer that actually sent

Re: [PHP] Logging Referer

2003-02-21 Thread Tom Rogers
Hi, Saturday, February 22, 2003, 9:19:13 AM, you wrote: MH Hi all, MH I'm working on adding some logging functionality to a PHP image counter MH script that I wrote. The counter outputs an image representing the current MH number of hits and is used via an img tag. After it displays the image,