I'm trying to capture the HTTP_REFERER
using PHP when clicking in from Google. If I print it out on the page after coming through, it says the referrer is the same site as I'm on.
I would assume it's being redirected, but if I type document.referrer
in the console, it correctly shows Google.co.uk. What is going on here?