Prints the URL of the page on which the user followed a link that
brought her to this page. The information comes from the referrer
header sent by the browser.
Attributes
- alt=string
-
If no referrer header is found print this value instead.
Example
You came from
<a href='<referrer>'><referrer></a>,
didn't you?
You came from
..,
didn't you?
|