Forum Moderators: coopster
<img src=http://www.domain/script.php width=1 height=1>
The problem is when I try to access the HTTP_REFERER, I get the URL of the current document that contains this image call, not the one of the previous document that called this document.
Is there a way to get this in PHP? Something like top.referer or parent.referer in Javascript. BTW, I cannot use Javascript for this tracking scheme.
Thanks.
mykel... any other way without using Javascript?