RE: [PHP-DB] Re: Posting Data to MySQL

2004-06-24 Thread Galbreath, Mark A
agreed - poor design. -Original Message- From: Torsten Roehr [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:21 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Re: Posting Data to MySQL "Mark A Galbreath" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROT

Re: [PHP-DB] Re: Posting Data to MySQL

2004-06-24 Thread Torsten Roehr
"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 t

RE: [PHP-DB] Re: Posting Data to MySQL

2004-06-24 Thread Galbreath, Mark A
2004 10:02 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: Posting Data to MySQL "Tom Chubb" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am trying to design a form that posts the data to a DB, but being new to > PHP/MySQL, it takes me ages to hand write

[PHP-DB] Re: Posting Data to MySQL

2004-06-24 Thread Torsten Roehr
"Tom Chubb" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am trying to design a form that posts the data to a DB, but being new to > PHP/MySQL, it takes me ages to hand write the code and I'm sure there must > be an easier way to do it? > My form has 100 fields using 20 rows and 5