Checking where the user came from (stumbleupon)

144 Views Asked by At

Possible Duplicate:
Track where users come from in PHP?

How can you check if a (unique) visiter/user was directed to your site from stumbleupon, google or facebook in php?

1

There are 1 best solutions below

0
On

Check out the referer header $_SERVER['HTTP_REFERER']