Re: [PHP] Posting Data to MySQL

2004-06-24 Thread Eric Marden
I got it. So yeah, try dreamweaver, as that might speed up / automate your production. The other thing to try is condensing your code, depending on how your DB is set up. That is, you can use a simple loop to build the form (you code for one row of the form, and loop it out 20 times)... name your

Re: [PHP] Posting Data to MySQL

2004-06-24 Thread Eric Marden
From: Tom Chubb [mailto:[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? A couple things you can try: Dreamweaver MX 2004 is very capable of do

RE: [PHP] Posting Data to MySQL

2004-06-24 Thread Tom Chubb
ate if the information was in the DB before). If you pass me some specifics I might be able to give you a hand. Robert -Original Message- From: Tom Chubb [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:19 AM To: [EMAIL PROTECTED] Subject: [PHP] Posting Data to MySQL I am trying to des

RE: [PHP] Posting Data to MySQL

2004-06-24 Thread Robert Sossomon
in the DB before). If you pass me some specifics I might be able to give you a hand. Robert -Original Message- From: Tom Chubb [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:19 AM To: [EMAIL PROTECTED] Subject: [PHP] Posting Data to MySQL I am trying to design a form that

[PHP] Posting Data to MySQL

2004-06-24 Thread Tom Chubb
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 columns and it's taking me ages to write the code for it. Can anyone advise how