Page 1 of 1

detecting traffic source

Posted: Sat Jul 28, 2007 7:48 pm
by m2babaey
Hi
I want to create a page clicks.php for these urls: http://domain.om/clicks.php?advertiseri ... 5&adid=541
and need to check the source of traffic. how can I find where the click has been sent from or which website is reading from my database?

Posted: Sat Jul 28, 2007 8:42 pm
by Charles256
$_SERVER['HTTP_REFERRER'] might be of use though it can be faked. It's a starting point for your research though.