Re: Order of input into db

2002-02-22 Thread Benjamin Pflugmann
Hi. On Fri, Feb 22, 2002 at 10:54:55AM +0200, [EMAIL PROTECTED] wrote: > Hallo > > Is there a way to set the order in which data gets placed into the db? No. With SQL you specify the order not on insertion but on seletion time. > I have a form with ten rows (input fields) they are labeled name

Order of input into db

2002-02-22 Thread Anton
Hallo Is there a way to set the order in which data gets placed into the db? I have a form with ten rows (input fields) they are labeled name[1], name[2],name[3],name[4] I then use a for statement incrementing $i up to 10 i.e &name[$1] this loop contains my query (INSERT INTO DB...) but if I ch