Re: [PHP] For your reference, how to validate dynamic form fields.

2004-04-06 Thread holmes072000
> From: "Hawkes, Richard" <[EMAIL PROTECTED]> > > Just spent far too long trying to figure out how to do this, so I thought I'd > pass it on to you great guys, in case you need it for the future. > > I used PHP to create multiple form rows, each one numbered: > > for ($i =1; $i <= 20; $i++

[PHP] For your reference, how to validate dynamic form fields.

2004-04-06 Thread Hawkes, Richard
Just spent far too long trying to figure out how to do this, so I thought I'd pass it on to you great guys, in case you need it for the future. I used PHP to create multiple form rows, each one numbered: "); } ?> This creates a number of rows, each with a unique form value name. The problem