[PHP] Re: Question to example from manual

2005-06-16 Thread janbro
autsch, that's true, sorry for disturbing thx Jason janbro Jason Barnett schrieb: > janbro wrote: > >> Hi, I've been working on this example and copied it in my >> webroot, it doesn't give me an output. Does anybody know why? >> "System" WinXP Apache 2.0.50 php 5.0.3 > > > Because you've d

[PHP] Re: Question to example from manual

2005-06-16 Thread janbro
autsch, that's true, sorry for disturbing thx Jason janbro Jason Barnett schrieb: > janbro wrote: > >> Hi, I've been working on this example and copied it in my >> webroot, it doesn't give me an output. Does anybody know why? >> "System" WinXP Apache 2.0.50 php 5.0.3 > > > Because you've d

[PHP] Re: Question to example from manual

2005-06-16 Thread Matthew Weier O'Phinney
* janbro <[EMAIL PROTECTED]>: > Hi, I've been working on this example and copied it in my > webroot, it doesn't give me an output. Does anybody know why? > "System" WinXP Apache 2.0.50 php 5.0.3 > > Example 7-6. Static variables with recursive functions > > function Test() > { > static $coun

[PHP] Re: Question to example from manual

2005-06-16 Thread Jason Barnett
janbro wrote: Hi, I've been working on this example and copied it in my webroot, it doesn't give me an output. Does anybody know why? "System" WinXP Apache 2.0.50 php 5.0.3 Because you've defined the function, but you've never called it. thx janbro Example 7-6. Static variables with recur