{referer} Merge Tag

Summary

Displays the address of the page which referred the user agent to the current page.

Usage

{referer}

Additional Information

The {referer} merge tag obtains its information from the PHP $_SERVER superglobal array:

$_SERVER['HTTP_REFERER']