Re: [PHP] Damned HTTP_HOST

2002-02-26 Thread Jim Lucas [php]
I should mention that if you HTTP_HOST resolves to a DNS entry, that is what gets displayed in the HTTP_HOST Jim - Original Message - From: "Dominique van der Wal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 6:38 AM Subject: [PHP] D

Re: [PHP] Damned HTTP_HOST

2002-02-26 Thread Jim Lucas [php]
ray ($GLOBALS[HTTP_SERVER_VARS]); ?> Jim Lucas - Original Message - From: "Dominique van der Wal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 26, 2002 6:38 AM Subject: [PHP] Damned HTTP_HOST > Hi, > > I'm trying to

Re: [PHP] Damned HTTP_HOST

2002-02-26 Thread Chris Hewitt
Dominique, You have a space after HTTP_HOST. I think "HTTP_HOST " should be "HTTP_HOST" Regards Chris Dominique van der Wal wrote: >Hi, > >I'm trying to find the HTTP_HOST adress of my website. > >I've try the followings : > >$HTTP_HOST : nothing >$ALL_HTTP["HTTP_HOST "] : nothing >$_SERV

[PHP] Damned HTTP_HOST

2002-02-26 Thread Dominique van der Wal
Hi, I'm trying to find the HTTP_HOST adress of my website. I've try the followings : $HTTP_HOST : nothing $ALL_HTTP["HTTP_HOST "] : nothing $_SERVER["HTTP_HOST "] : nothing But when I print $ALL_HTTP or $_SERVER, I obtain the followings lines : HTTP_ACCEPT_CHARSET iso-8859-1,*,utf-8 HTTP_AC