Posted by Christoph Burschka on 03/27/07 12:36
J.O. Aho schrieb:
>
>>secondly, the variable needs to
>>be declared global both inside and outside of the function if they are
>>to share the same scope.
>
>
> It seems that the PHP documentaion disagrees with you
> http://www.php.net/global
>
> Both examples works (if removing the $ infront of global in example 1)
>
>
Wow, I didn't know that. So all those commands declaring global
variables outside functions were redundant... well, you never quit learning.
--cb
Navigation:
[Reply to this message]
|