> <?
> function test1()
> {$hello="hello";}
> 
> function test2()
> {test1();
> print $hello;}
> 
> test2();
> 
> ?>
> This should print hello. But it does'nt work. Any idea?

Read here to find out why:

http://www.php.net/manual/en/language.variables.scope.php

---John Holmes...


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

Reply via email to