Page 1 of 1

env variables

Posted: Thu Sep 11, 2003 10:14 am
by caadtech
My server instead of listing my domain name in the _ENV["HOST"] variable lists some other name in phpinfo page. What could be the reason?
how this could be corrected?

Any help will be greatly appreciated....

Thanks in advance.

Posted: Thu Sep 11, 2003 11:05 am
by JAM
Your php.ini is set with register_globals = Off, as opposite to register_globals = On.

Try reading this post regarding the subject.
viewtopic.php?t=511

Posted: Fri Sep 12, 2003 2:16 am
by twigletmac
Moved to PHP - Normal - this is not an Advanced Theory and Design question.

Mac