
Jasmine
Administrator
May 3, 2000, 6:20 AM
Post #2 of 2
(414 views)
|
You can try using the $ENV{'HTTP_REFERER'} variable to determine which page on your site the visitor came from. The $ENV{HTTP_REFERER'} gives you the full url of the page your visitor was last on before arriving at your current page. In this case, it would be the page that your visitor is clicking "print this page" from.
|