Posted by sentinel on 10/13/62 11:27
Zeljko A. wrote:
>
> "sentinel" <postmaster@elma.hr> wrote in message
> news:dgtu8k$1lt$1@ss405.t-com.hr...
> > 06: if ($rpool{'pgod'}<=$godina and $rpool('kgod')>=$godina){
>
> OK, but isn't " $rpool{'pgod'}" a syntax error; shouldn't it be "
> $rpool('pgod') "?
>
> Zh.
no...
i am writing CMS for my company and so far there were no errors...
btw: i solved the problem this way
the sql fields are now
start varchar 8
end varchar 8
values are yyyymmdd
that way when i compare
20050913
and today 20050922
it is compared correctly
[Back to original message]
|