in reply to Re: where is the error ??
in thread where is the error ??

No, only if parseCookie() always returns a true value. Sometimes an = is really what you mean in a boolean context.

Replies are listed 'Best First'.
Re^3: where is the error ??
by TrekNoid (Pilgrim) on Jul 22, 2004 at 19:47 UTC
    Sometimes an = is really what you mean in a boolean context.

    And *that* is why I'm only level 4... Maybe level 3 by the time this node gets downvoted :)

    Oh well... sometimes lessons are learned the hard way...

    Trek

Re^3: where is the error ??
by Anonymous Monk on Jul 22, 2004 at 19:24 UTC
    Thanks Monks for your immediate replies.But I got the solution ie., if I pass remval,eventchoice values the cookie is set twice and gets printed but now I changed the code to set cookie after doing all the changes. I appreciate all for your immediate guidance Blazix