I believe I found the problem.
right after I posted the original message, I began to work on the chagnes to
the page which made me aware of this error in the first place.
Not being the original writer of the page, I looked over the code to get a
li'l feel for it and whatnot... I noticed that thi
t;[EMAIL PROTECTED]>
Sent: Thursday, May 23, 2002 2:29 PM
Subject: Re: [PHP-INST] weird problem...
> Mike,
>
> You are COOL! Thanks.
>
> --- MikeParton <[EMAIL PROTECTED]> wrote:
> > Did you leave register_globals set to off in your
> > php.ini? If so, you need
Mike,
You are COOL! Thanks.
--- MikeParton <[EMAIL PROTECTED]> wrote:
> Did you leave register_globals set to off in your
> php.ini? If so, you need
> to declare your $_ENV superglobal variable at the
> beginning of your script
> (see the section in the php manual on
> register_globals and the
Sorry, that should be $_SERVER superglobal NOT $_ENV
- Original Message -
From: "MikeParton" <[EMAIL PROTECTED]>
To: "TeWoei Poon" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, May 23, 2002 2:21 PM
Subject: Re: [PHP-INST] weird problem
Read the news release:
http://www.php.net/release_4_2_1.php
External variables are no longer enabled by default.
>>> TeWoei Poon <[EMAIL PROTECTED]> 05/23/02 12:07 PM >>>
Hey all,
This is really weird. I've just upgraded the php
version from 4.0.5 to 4.2.1. I'm running Apache on
Windows 98.
Did you leave register_globals set to off in your php.ini? If so, you need
to declare your $_ENV superglobal variable at the beginning of your script
(see the section in the php manual on register_globals and the superglobal
arrays).
HTH
Mike
- Original Message -
From: "TeWoei Poon" <[E