[PHP] CheckBoxes and Arrays

2001-09-12 Thread nicolas costes
have you tried : Input Type=\CheckBox\ Name=\ChkBox[]\ Value=\$row-ID\ -- (°-Nayco, //\[EMAIL PROTECTED] v_/_ http://nayco.free.fr Ryan Stephens [EMAIL PROTECTED] a écrit dans le message : [EMAIL PROTECTED] Im trying to output a list of options, each with

Re: [PHP] CheckBoxes and Arrays

2001-09-11 Thread Christopher William Wesley
On Tue, 11 Sep 2001, Ryan Stephens wrote: Im trying to output a list of options, each with a checkbox named ChkBox ... Name each checkbox ChkBox[] ... the brackets are the key. When the form is submitted, you'll have an array called $ChkBox that will contain the data only from the checked

Re: [PHP] CheckBoxes and Arrays

2001-09-11 Thread Don Read
On 12-Sep-2001 Christopher William Wesley wrote: On Tue, 11 Sep 2001, Ryan Stephens wrote: Im trying to output a list of options, each with a checkbox named ChkBox ... Name each checkbox ChkBox[] ... the brackets are the key. When the form is submitted, you'll have an array called

[PHP] checkboxes and arrays

2001-02-12 Thread Christian Dechery
How can I associate a list of checkboxes to a list of texfields? if I had only several checkboxes I'd have: input type=checkbox name=checklist[]Cb1 input type=checkbox name=checklist[]Cb2 ... etc... but what if have: input type=checkbox name=checklist[]Cb1 input type=text ... input

Re: [PHP] checkboxes and arrays

2001-02-12 Thread Steve Werby
"Christian Dechery" [EMAIL PROTECTED] wrote: How can I associate a list of checkboxes to a list of texfields? but what if have: input type=checkbox name=checklist[]Cb1 input type=text ... input type=checkbox name=checklist[]Cb2 input type=text ... how would I associate each textfield to its