Maybe it makes sense to you like this:

$mtxt = $GLOBALS['mtxt'];

$mtxt === $GLOBALS['mtxt']
$mtxt[1] === $GLOBALS['mtxt'][1]

bvr.

 >hmm.. the '===' operator, now that's weird ;)

>>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.
>



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

Reply via email to