Re: [PEAR] QuickForm and hidden field type
by Martin Tsachev other posts by this author
Oct 11 2002 11:59AM messages near this date
[PEAR] QuickForm and hidden field type
|
AW: [PEAR] DB class speed
On Fri October 11 2002 2:58 pm, xav wrote:
> Hello all,
>
> I got a problem with hidden fields in Quickform.
>
> I want to create an hidden field value on a condition and Quickform
> doesn't seems to agree with me ;)
>
> Just have a look at the code below, when I call it with a get param
> called "action" the hidden field should be created and set action
> to "domodif" but it only returns "modif" .
>
> If I rename the hidden field to whatever else, it works fine...
>
> Am I doing a big mistake ? or is it a bug ?
>
> Thanks
Try to turn off register_globals, probably $self contains
&action=modif.
--
Martin Tsachev
http://martin.f2o.org
--
PEAR General Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
xav
Martin Tsachev
|