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: if( ( $rpool['pgod'] <= $godina ) and ( $rpool['kgod'] >= $godina ) ) ... --- Steve
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming