[PHP-WIN] HTTP_REFERER problem

2004-01-28 Thread Marco Montesines
Hi List, We have a problem that we cannot see the HTTP_REFERER when we use the internet explorer 6.0 browserand if we use mozilla, and opera it is available thanks in advance... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] HTTP_REFERER

2002-07-03 Thread Shrock, Court
'; ?> > -Original Message- > From: R.S. Herhuth [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 5:32 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] HTTP_REFERER > > > > I have looked at several stats gathering code blocks and they > use $HT

[PHP-WIN] HTTP_REFERER

2002-07-03 Thread R.S. Herhuth
I have looked at several stats gathering code blocks and they use $HTTP_REFERER. When I use that I get and undefined variable error. I also tried $HTTP_SERVER_VARS["HTTP_REFERER"] which gets me an undefined index error. I also tried $HTTP_SERVER_VARS["REFERER"] which generates the undefined in

RE: [PHP-WIN] HTTP_REFERER

2002-02-26 Thread Collins, Robert
ject: [PHP-WIN] HTTP_REFERER $HTTP_REFERER shows the address of the page which referred the browser to the current page. This is set by the user's browser can I set is manualy to cheat a script? Thanks Wojtek -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: htt

[PHP-WIN] HTTP_REFERER

2002-02-25 Thread "SpychaƂa, Wojciech"
$HTTP_REFERER shows the address of the page which referred the browser to the current page. This is set by the user's browser can I set is manualy to cheat a script? Thanks Wojtek -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] HTTP_REFERER

2001-11-20 Thread Peter
Can anyone tell me under what circumstances this is set? As far as I can tell it only gets set on clicking an A tag from a referring page, but shouldn't it also get set if I POST a form from the referring page? In my tests this doesn't happen. I'm tried using PHP 4.05 / 4.06 on Win2K CGI versio