Posted by mens libertina on 08/18/06 01:14
Jerry Stuckle wrote:
>
> It wouldn't. $info is local to this function. You need to have a
> variable with global scope - or at least one which is available to the
> main code, not just a function.
>
After I read your post, I declared $info as "$info = array();" at the
top of the program with the same result. Did I misunderstand what you
meant by global scope?
Thanks.
Navigation:
[Reply to this message]
|