Re: [PHP] One database, different forms

2001-05-14 Thread Ethan Schroeder
hat this script basically does is goes through every column in the specified table and dynamically creates a query from the names of the columns. Your variable names will need to match the column names exactly or this will insert/update null values. ----- Original Message - From: "midget2000x&

Re: [PHP] One database, different forms

2001-05-14 Thread Ethan Schroeder
OTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 13, 2001 1:31 PM Subject: [PHP] One database, different forms > I am writing a PHP application that will operate on a MySQL database. There > will be 4 types of forms (like catalog request, info request, etc.) calling > the co

[PHP] One database, different forms

2001-05-13 Thread midget2000x
I am writing a PHP application that will operate on a MySQL database. There will be 4 types of forms (like catalog request, info request, etc.) calling the code which writes the data to the database. Since the variable names on the forms will equal the MySQL column names (as they should), I am w