"Mark A Galbreath" <GalbreathMA@xxxxxxxxx> wrote in message news:31EAD63EF127D311A7C500E0290A222D02DDC802@xxxxxxxxxxxxxxxx > 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