Re: [PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Marek Kilimajer
Contents of the Host: header from the current request, if there is one. Does your browser send Host: ? If you use IP it doesn't Cirstoiu Aurel Sorin wrote: >This is not the problem. I understand what you mean. >Now you wrote wrong and I copy pasted. >I tried with $_SERVER['HTTP_HOST'] .

Re: [PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Cirstoiu Aurel Sorin
This is not the problem. I understand what you mean. Now you wrote wrong and I copy pasted. I tried with $_SERVER['HTTP_HOST'] . No effect. -- Cirstoiu Aurel Sorin InterAKT Support http://www.interakt.ro "Cirstoiu Aurel Sorin" <[

Re: [PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Cirstoiu Aurel Sorin
Yes, I ment $_SEVER['HTTP_HOST'] but I wrote wrong. Still nothing. What is the problem?? This should work but is not. -- Cirstoiu Aurel Sorin InterAKT Support http://www.interakt.ro "Brad Bonkoski" <[EMAIL PROTECTED]> wrote in me

Re: [PHP] Re: HTTP_SERVER_VARS not working. Please help

2002-09-06 Thread Brad Bonkoski
that's: $_SEVER['HTTP_HOST'] Cirstoiu Aurel Sorin wrote: > I also tried $_HTTP['HTTP_HOST']. Not working. The host has php 4.1.2 > version > > -- > > Cirstoiu Aurel Sorin > InterAKT Support > > http://www.interakt.ro > > "Erwin"