RE: [PHP] Maybe a stupid question but can it be done?

2002-09-23 Thread John Holmes
> if the 2 tables have the same name can't he just go > > INSERT INTO table1, table2 (table1.name=$name, table2.name=$name ... > blah); > > think u can do that .. but again that relies on table names being the same > i > guess... No...That's not a valid query. ---John Holmes... -- PHP Gener

RE: [PHP] Maybe a stupid question but can it be done?

2002-09-23 Thread Peter Houchin
opps same fields even sawwy :) > -Original Message- > From: Peter Houchin [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 24 September 2002 1:49 PM > To: 'PHP General' > Subject: RE: [PHP] Maybe a stupid question but can it be done? > > > if the 2 tables h

RE: [PHP] Maybe a stupid question but can it be done?

2002-09-23 Thread Peter Houchin
L PROTECTED]] > Sent: Tuesday, 24 September 2002 12:21 PM > To: 'Chuck "PUP" Payne'; 'PHP General' > Subject: RE: [PHP] Maybe a stupid question but can it be done? > > > Just run two inserts. You can't do it with just one. > > I'd have to

RE: [PHP] Maybe a stupid question but can it be done?

2002-09-23 Thread John Holmes
Just run two inserts. You can't do it with just one. I'd have to guess you have design issues if you have to do this anyhow... ---John Holmes... > -Original Message- > From: Chuck "PUP" Payne [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 9:45 PM > To: PHP General > Subje