Reply to Re: Fatal error: Function name must be a string
Posted by Steve on 10/13/35 11:27
> > 06: if ($rpool{'pgod'}<=$godina and $rpool('kgod')>=$godina){
>
> OK, but isn't " $rpool{'pgod'}" a syntax error; shouldn't it be "
> $rpool('pgod') "?
Maybe in some other language, but in PHP we use square brackets for
array indices, thus: