[PHP] Re: Validating Dynamic Checkboxes

2004-08-06 Thread Manuel Lemos
Hello, On 08/07/2004 12:49 AM, Albert Padley wrote: I have a php/mysql script that returns a series of records to populate a form. The number of records returned varies from 1 to as many as 100. On the display page, each record has a checkbox to indicate that the record is being edited. This is

Re: [PHP] Re: Validating Dynamic Checkboxes

2004-08-06 Thread Albert Padley
On Aug 6, 2004, at 10:39 PM, Manuel Lemos wrote: Hello, On 08/07/2004 12:49 AM, Albert Padley wrote: I have a php/mysql script that returns a series of records to populate a form. The number of records returned varies from 1 to as many as 100. On the display page, each record has a checkbox to

Re: [PHP] Re: Validating Dynamic Checkboxes

2004-08-06 Thread Manuel Lemos
Hello, On 08/07/2004 01:44 AM, Albert Padley wrote: It can't be done that way because the brackets have a different meaning in Javascript syntax. You need to quote the whole name. You may want to take a look at the example that comes with this forms generation and validation class that supports