Some extra debuginfo.

When I'm submitting a page where the checkbox is not set in the beginning
and in same page an checkbox that is initially set to checked I can see that
the first is not set and the second is set.
But this is the strange part, if I changed the 2 checkboxes I still get the
same output.


----- Original Message -----
From: "Tijmen Hennink" <[EMAIL PROTECTED]>
To: "Jason Murray" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 10:40 AM
Subject: Re: [PHP] array + checkbox


> Sorry,
>
> I've copied some old code.
> It was already <INPUT TYPE=checkbox name="voorraad[]">
>
> ----- Original Message -----
> From: "Jason Murray" <[EMAIL PROTECTED]>
> To: "'Tijmen Hennink'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
> Sent: Monday, August 06, 2001 10:37 AM
> Subject: RE: [PHP] array + checkbox
>
>
> > > I've the following weird problem.
> > > I have a form which contains an array with values of some checkboxes.
> > > This is the HTML-part:
> > > <INPUT TYPE=checkbox name=voorraad checked>
> > > if checked or
> > > <INPUT TYPE=checkbox name=voorraad>
> >
> > Try <INPUT TYPE=checkbox name="voorraad[]"> maybe...?
> >
> > Jason
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to