Hello guys! i'm using following referrer script to show my top 10 referrers // Find out or base pure referer. $ref = $_SERVER['HTTP_REFERER']; .... '; } PHP: The problem i'm facing is that, it shows my own site hits also as a referer. When i refresh page, my site hits increase... I just want to show those sites which i add in database by myself and nothing else. I just want to show hits received from my referers which i add. EEDIT: The error is found / solved. Thank u