Find out what site departing user goes to

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ZeroFear
Forum Newbie
Posts: 14
Joined: Tue Feb 14, 2006 10:47 pm

Find out what site departing user goes to

Post by ZeroFear »

When someone leaves my site, is there a way for me to know what site they left to? Like if someone is at my site, and then decides they want to go to google, is there a way for me to know they left my site to go to google.com?
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

No.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

not that I know of.. nothing reliable as far as I know anyways.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

You can track your outgoing links, that's about it
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Outgoing links, yes. eg. redirect.php?url=http://www.google.com/
Any site, sure. That's what people like to call "spyware". But you shouldn't be dealing with that garbage. ;)
Post Reply