[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Re: [PHP-DEV] Security? From: Wez Furlong (wez <email protected>)
Date: 07/09/01

On 07/07/01, "Andi Gutmans" <andi <email protected>> wrote:
> Zeev suggested $__GET, $__POST and so on. I think this is a good idea, is
> very readable and saves a lot of typing. We also thought of possibly making
> these true globals such as $GLOBALS (just an idea, don't take my word for
> it :).
>
> What do you guys think?

It's a great idea; the amount of times I've had to write global $HTTP_POST_VARS
is getting a bit OTT.

--Wez.