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?
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?
Copyright © 2021 Jogjafile Inc.
Check out the referer header
$_SERVER['HTTP_REFERER']