[PHP] HTTP_REFERER with javascript: document.location

2006-04-18 Thread Yudie
Does anyone know how to resolve my problem I tried to get the referer url with $_SERVER['HTTP_REFERER'] but returns blank when I use javascript: document.location='...' from the previous page. Thank you. Yudie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] HTTP_REFERER with javascript: document.location

2006-04-18 Thread Richard Lynch
On Tue, April 18, 2006 12:49 pm, Yudie wrote: Does anyone know how to resolve my problem I tried to get the referer url with $_SERVER['HTTP_REFERER'] but returns blank when I use javascript: document.location='...' from the previous page. Don't do that. :-) More specifically, no browser is

Re: [PHP] HTTP_REFERER with javascript: document.location

2006-04-18 Thread Yudie
-general@lists.php.net Sent: Tuesday, April 18, 2006 4:16 PM Subject: Re: [PHP] HTTP_REFERER with javascript: document.location On Tue, April 18, 2006 12:49 pm, Yudie wrote: Does anyone know how to resolve my problem I tried to get the referer url with $_SERVER['HTTP_REFERER'] but returns

Re: [PHP] HTTP_REFERER with javascript: document.location

2006-04-18 Thread Richard Lynch
address' - Original Message - From: Richard Lynch [EMAIL PROTECTED] To: Yudie [EMAIL PROTECTED] Cc: php-general@lists.php.net Sent: Tuesday, April 18, 2006 4:16 PM Subject: Re: [PHP] HTTP_REFERER with javascript: document.location On Tue, April 18, 2006 12:49 pm, Yudie wrote: Does