RE: [PHP] checkboxes / form elements

2002-07-12 Thread John Holmes
Hello. I have a form that I would like to use checkboxes. these checkboxes are created dynamically. I've been told that if I want to manipulate each one then I should use 'name=checkbox[]' and make an array out of it. okay, fine. but how do i access them in my PHP script? I know I have

Re: [PHP] checkboxes / form elements

2002-07-12 Thread Analysis Solutions
On Fri, Jul 12, 2002 at 10:59:00PM -0400, Blue Presley wrote: Hello. I have a form that I would like to use checkboxes. ... snip ... I've been told that if I want to manipulate each one then I should use 'name=checkbox[]' and make an array out of it. okay, fine. but how do i access them

Re: [PHP] checkboxes / form elements

2002-07-12 Thread Alberto Serra
ðÒÉ×ÅÔ! Analysis Solutions wrote: On Fri, Jul 12, 2002 at 10:59:00PM -0400, Blue Presley wrote: Hello. I have a form that I would like to use checkboxes. ... snip ... I've been told that if I want to manipulate each one then I should use 'name=checkbox[]' and make an array out of it. okay,