I am new with php. In order to find out referral link, I need to use http_referer. Can I know how can I track the exit page of the visitors? What's the code? Thanks all
Regards
FalseDawn
5:19 pm on Nov 22, 2006 (gmt 0)
As HTTP is a stateless protocol, there is no foolproof way to track the exit page. I imagine that stats programs "estimate" exit pages by tracking pages visited by a particular IP address, and looking for the "last page visited" in a time-bounded group of such hits.