Mailinglisten-Archive |
On Thu, Apr 06, 2000 at 11:01:17PM +0200, Mario Peschel wrote:
> Ich habe folgendes PHP3 Script:
>
> <?
>
> $test="Hallo";
>
> function hallo_welt() {
globals $test;
// oder so ähnlich, müsste es funktionieren.
> echo $test." Welt!";
> }
>
> hallo_welt(); // ergibt " Welt!";
>
> echo $test." Welt!"; // ergibt "Hallo Welt!"
>
> ?>
-Egon
--
Grueninger Str. 6, 70599 Stuttgart
http://php.net/manual/, http://php.net/books.php3
http://www.uni-hohenheim.de/~windband
http://snaps.php.net/manual/, http://www.zend.com/
php::bar PHP Wiki - Listenarchive