Referrals / Check which site Referred to your Site

Referrals / Check From which site Referred to your Site

This simple example shows the user how they got to your site.

$referer = $_SERVER['HTTP_REFERER'];
echo "You reached this site via " . $referer;

No comments:

Post a Comment