Re: FN-FORUM: PHP carts and register_global = off : Know one that works?
date posted 12th January 2004 23:27
>
> This:
>
> extract($GLOBALS);
>
> gets all the globals into locals
True, however it's much safer just to "extract" only the variables which
needed. If you are already edit the files then it won't take much more time
to check which variables are needed.
Regards,
--
Gregory BRZESKI