Posted by Chung Leong on 02/25/06 18:40
Tommy Gildseth wrote:
> extract($GLOBALS); may seem like a better choice.
> I did think about suggesting that, but though that it would make the
> script to inefficient to be usefull.
extract() creates copies of the global variables. If a change occurs,
it won't be reflected in the actual global variable.
[Back to original message]
|