Return to Snippet

Revision: 58349
at July 10, 2012 03:22 by zack


Initial Code
$_SERVER['HTTP_REFERER']

Initial URL


Initial Description
The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.

Initial Title
The address of the page which referred to the current page.

Initial Tags


Initial Language
PHP