Re: [Phplib-users] OOHForm - radio button
Brought to you by:
nhruby,
richardarcher
|
From: Marko K. <M.K...@os...> - 2002-10-01 12:38:14
|
Hi Tarique,
> > for($i=0;$i<4;$i++)
> > echo '<BR>'.$f->ge('question','Choice #'.$i)
> What do you mean by that?
> What are you expecting and what are you getting?
sorry for being so incorrect.
I thought I would get the strings Choice #0, ..., Choice #3 appeneded to
the radio buttons as I thought to have seen hints in the Documentation.
But instead the second parameter in ge() seems not to be used at all. The
same doesn't work for the checkbox controls. I didn't check the inner
mechanisms of the oohform-framework, since it gets quite confusing for me,
but instead tried to ask whether somebody got this to work, because it
can't be that it doesn't work as wanted. Must be my fault somehow. I am
sure about that. That's why I proposed that the manual should be improoved
at this point.
Looks like I misunderstood something?!
Marko
|