Ries van Twisk wrote:
> Why not:
>
> <?php
> $GLOBALS['a'] = 'one';
> foo();
>
> function foo () {
>
> echo "a is {$GLOBALS['a']}";
> }
>
> ?>
>
Thanks much for the help! Yup, that works. I'm still curious why mine
not working in Typo3 though.
Bing