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
database table also has a datepost so I can select from the week ending when I posted them. Thanks to everyone who has responded. Tom -Original Message- From: Robert Sossomon [mailto:[EMAIL PROTECTED] Sent: 24 June 2004 15:30 To: 'Tom Chubb'; [EMAIL PROTECTED] Subject: RE: [PHP] Po

RE: [PHP] Posting Data to MySQL

2004-06-24 Thread Robert Sossomon
I actually found the perfect answer to this task in Google Answers. First you will need to know how your database tables are set up, secondly you need to figure out field names and such, thirdly you grab the data from the form and dump it into an insert statement (or update if the information was i