[PHP] Re: HTTP REFERER

2002-02-19 Thread Bharath Bhushan lohray
$HTTP_REFERER The address of the page (if any) which referred the browser to the current page. This is set by the user's browser; not all browsers will set this. -from the php documentation -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: http referer problems

2001-12-18 Thread Chris Lee
break it down. if ( $ef != 'nm' ) echo "a : $ef"; else echo "b : $ef "; if ( $HTTP_REFERER != 'http://www.globalhealth.org/news/article.php3?id=1526' ) echo "c : $HTTP_REFERER"; else echo "d : $HTTP_REFERER"; now you can see where the bug is. -- Chris Lee [EMAIL PROTECTED]

RE: [PHP] Re: http referer [ stats !!! ]

2001-07-11 Thread Johnson, Kirk
Statistics, hard data - yeah! Thanks, Don! Kirk > -Original Message- > From: Don Read [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 3:54 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] Re: http referer [ stats !!! ] > > mysql> select conv(PAS

Re: [PHP] Re: http referer

2001-07-11 Thread Henrik Hansen
[EMAIL PROTECTED] (Soeren Nielsen) wrote: >> I though every browser supported it, do you have an example on one >> that does not? > > I Opera the user can choose to disable the use of referer ohh I did not know that, maybe be because I never tried it :) now i know :) -- Henrik Hansen --

Re: [PHP] Re: http referer

2001-07-11 Thread Soeren Nielsen
> I though every browser supported it, do you have an example on one > that does not? I Opera the user can choose to disable the use of referer /Soeren -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] Re: http referer

2001-07-11 Thread Henrik Hansen
[EMAIL PROTECTED] (Don Read) wrote: > On 11-Jul-01 Henrik Hansen wrote: >> [EMAIL PROTECTED] (Jack) wrote: >> >> > 1. (*) text/plain >> > >> > Dear folks I was told that http referer can tell me where the user >> > come from. But it does not work all the time, is there anything else >> >

Re: [PHP] Re: http referer

2001-07-11 Thread Jack
D]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 5:00 AM Subject: RE: [PHP] Re: http referer > > ...or the site uses frames, > ...or browser does not support HTTP_REFERER > ...or... > > HTTP_REFERER is VERY unreliable. It is not server-side anymore, it is the > data s

RE: [PHP] Re: http referer

2001-07-11 Thread Don Read
On 11-Jul-01 Henrik Hansen wrote: > [EMAIL PROTECTED] (Jack) wrote: > > > 1. (*) text/plain > > > > Dear folks I was told that http referer can tell me where the user > > come from. But it does not work all the time, is there anything else > > that work better than this? Jack [EMAIL PROT

[PHP] Re: http referer

2001-07-11 Thread Henrik Hansen
[EMAIL PROTECTED] (Jack) wrote: > 1. (*) text/plain > > Dear folks I was told that http referer can tell me where the user > come from. But it does not work all the time, is there anything else > that work better than this? Jack [EMAIL PROTECTED] "Love your I should work if the user have