Re: [PHP] Enabling HTTP_REFERER

2003-03-10 Thread Stephen
t'" <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 8:16 PM Subject: RE: [PHP] Enabling HTTP_REFERER > For some reason my webhost doesn't allow the HTTP_REFERER variable. I call > it up and it's empty, so I did a print_r($HTTP_SERVER_VARS); and there > wasn

RE: [PHP] Enabling HTTP_REFERER

2003-03-10 Thread John W. Holmes
> For some reason my webhost doesn't allow the HTTP_REFERER variable. I call > it up and it's empty, so I did a print_r($HTTP_SERVER_VARS); and there > wasn't a variable called HTTP_REFERER. I've heard that some servers > disable it. Since I have a dedicated server, how can I enable this > variable

Re: [PHP] Enabling HTTP_REFERER

2003-03-10 Thread James
www.melchior.us > > > - Original Message - > From: "Sebastian" <[EMAIL PROTECTED]> > To: "Stephen" <[EMAIL PROTECTED]>; "PHP List" > <[EMAIL PROTECTED]> > Sent: Monday, March 10, 2003 8:02 PM > Subject: Re: [PHP] Enabling

Re: [PHP] Enabling HTTP_REFERER

2003-03-10 Thread Stephen
disabling it in the php.ini warm regards, Sebastian - [BBR] Gaming Clan http://www.broadbandreports.com - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 7:45 PM Subject: [PHP] Enabling HTTP_REFERER For s

Re: [PHP] Enabling HTTP_REFERER

2003-03-10 Thread Sebastian
/www.broadbandreports.com - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: "PHP List" <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 7:45 PM Subject: [PHP] Enabling HTTP_REFERER For some reason my webhost doesn't allow the HTTP_REF

[PHP] Enabling HTTP_REFERER

2003-03-10 Thread Stephen
For some reason my webhost doesn't allow the HTTP_REFERER variable. I call it up and it's empty, so I did a print_r($HTTP_SERVER_VARS); and there wasn't a variable called HTTP_REFERER. I've heard that some servers disable it. Since I have a dedicated server, how can I enable this variable again?