--- Creative Solutions New Media <[EMAIL PROTECTED]> wrote: > What is the best way, using php, to detect information about the > referrer to a page.
echo $_SERVER['HTTP_REFERER']; To see all of the information the Web server makes available to you, try this: print_r($_SERVER); Hope that helps. Chris ===== Become a better Web developer with the HTTP Developer's Handbook http://httphandbook.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php