Hi,
No, it's not the HTTP_REFERER - I've those. Let me give you an example:
This page, "widget.html" contains 2 links:
link1:
< a href=http://www.abc.com/track.php>
Logic: Visitor --> abc.com/track.php
link2:
< a href=http://www.redirect.com/go.php >
Logic: Visitor --> redirect.com/go.php --> abc.com/track.php
My script, "track.php" (at abc.com) will have the referer, ie. "widget.html".
Question:
How can my script know which link (link1 or link2) that the visitor came from ?
i.e. how do I tell if a visitor is using a redirection, eg. header( ) OR a direct link (link1) ?
Thanks !
Best regards,
Adrian