Posted by ZeldorBlat on 01/08/07 19:54
Peter wrote:
> Hi,
>
> A certain site is forwarding people (with less honourable intentions) to my
> site (a certain page on my site).
> I want to see if a visitor followed a link on that particular website + page
> to my page, so that I can put up a text "link expired" or something :)
>
> How can I see this ?
> Suppose the forwarding site / page is: site.com/page.htm
> If somebody could give me a small example or lead the way to the commands
> needed for this ?
The best you can do is probably to use the value of
$_SERVER['HTTP_REFERER']. Don't consider it reliable though -- it's up
to the client to set it.
Navigation:
[Reply to this message]
|