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 type=checkbox name=checklist[]>Cb2 <input type=text ...
how would I associate each textfield to its checkbox? In the same array? in
a different one? How??
____________________________
. Christian Dechery (lemming)
. http://www.tanamesa.com.br
. Gaita-L Owner / Web Developer
--
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]