Re: [PHP] Re: forms and dynamic creation and unique field names

2006-04-27 Thread Martin Alterisio
2006/4/27, Jason Gerfen <[EMAIL PROTECTED]>: > > Oops, I thought there might be an array function that would be better to > use then foreach loops. Thanks. There are other functions (check the Array Functions section in the manual), but they just don't get along with the KISS principle. Dave Goo

Re: [PHP] Re: forms and dynamic creation and unique field names

2006-04-27 Thread Jason Gerfen
Oops, I thought there might be an array function that would be better to use then foreach loops. Thanks. Dave Goodchild wrote: Foreach. Please try and read the manual, this is very basic stuff that could be gleaned in 5 minutes. On 27/04/06, Barry <[EMAIL PROTECTED]> wrote: Jason Gerfen s

Re: [PHP] Re: forms and dynamic creation and unique field names

2006-04-27 Thread Dave Goodchild
Foreach. Please try and read the manual, this is very basic stuff that could be gleaned in 5 minutes. On 27/04/06, Barry <[EMAIL PROTECTED]> wrote: > > Jason Gerfen schrieb: > > I have come upon a problem and am not sure how to go about resolving > > it. I have an web form which is generated dyna

[PHP] Re: forms and dynamic creation and unique field names

2006-04-27 Thread Barry
Jason Gerfen schrieb: I have come upon a problem and am not sure how to go about resolving it. I have an web form which is generated dynamically from an imported file and I am not sure how I can loop over the resulting post variables within the global $_POST array due to the array keys not bei