Jump to content

getting where users come from


Recommended Posts

$HTTP_REFERER is deprecated. Use $_SERVER['HTTP_REFERER'], but note that it is set by the agent making the request (like the browser) and is very easily spoofed, so basically it's not really trustworthy unless your site's average user is not inclined to know such things.

$HTTP_REFERER is deprecated. Use $_SERVER['HTTP_REFERER'], but note that it is set by the agent making the request (like the browser) and is very easily spoofed, so basically it's not really trustworthy unless your site's average user is not inclined to know such things.

 

That said, there are a few neat things you can do with it like highlighting keywords if they came from google.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.