"Mark A Galbreath" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Doesn't matter how many fields are on a form; they are returned as an
array
> of strings in the request object.  Just iterate through the array and
update
> the corresponding database fields.

Mark, what I was trying to say was that having 100 form elements on one page
is quite a lot of information to comprehend for the user. And if each form
element has a different name you cannot just handle the data as an array.
You have to address each value individually.

Regards, Torsten

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to