"Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I don't understand why you think it is illogical.  How else would you
> dereference a multi-dimensional array?

Because in my mind (which I know is totally wrong in this instance, I'm just
explaining for your benefit) using:

$GLOBALS['mtxt'][1];

is like saying "give me element 1 of the globals array" when I was thinking
"but I want element 1 of the mtxt array" which is why I tried the various
combinations of mtxt[1] _inside_ of the globals[].

Hope that explains a little.

Cheers,

Richard
--
Fatal Design
http://www.fatal-design.com
Atari / DarkBASIC / Coding / Since 1995




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to