[PHP] diplaying the path

2002-05-31 Thread Kris Vose
Is there a variable/function in php that will display the url location of the hyper-link that brought them to the current page. Thanks in advance. Kris Vose

Re: [PHP] diplaying the path

2002-05-31 Thread Jim lucas
] diplaying the path Is there a variable/function in php that will display the url location of the hyper-link that brought them to the current page. Thanks in advance. Kris Vose -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] diplaying the path

2002-05-31 Thread Philip Olson
- From: Kris Vose [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 31, 2002 9:19 AM Subject: [PHP] diplaying the path Is there a variable/function in php that will display the url location of the hyper-link that brought them to the current page. Thanks in advance. Kris Vose

Re: [PHP] diplaying the path

2002-05-31 Thread Jim lucas
PROTECTED] Sent: Friday, May 31, 2002 11:03 AM Subject: Re: [PHP] diplaying the path actually: If the php directive register_globals is on, then $HTTP_REFERER will exist. Otherwise it will not. (or course that assumes a value exists at all). Regardless of the register_globals setting, you

Re: [PHP] diplaying the path

2002-05-31 Thread Philip Olson
['HTTP_REFERER'] Jim Lucas - Original Message - From: Kris Vose [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 31, 2002 9:19 AM Subject: [PHP] diplaying the path Is there a variable/function in php that will display the url location of the hyper-link