Re: [PHP-DB] saving to two tables at the same time

2001-08-18 Thread CrossWalkCentral
gt; > Sent: Saturday, August 18, 2001 10:58 AM > Subject: Re: [PHP-DB] saving to two tables at the same time > > > > I have tried this but it has continued to fail the only way I have gotten > it > > to work is via 2 diffrent php scrips > > > > -- PHP Data

Re: [PHP-DB] saving to two tables at the same time

2001-08-17 Thread Jason Wong
Do you have any code snippets for us to peruse? -- Jason Wong Gremlins Associates www.gremlins.com.hk - Original Message - From: CrossWalkCentral <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 18, 2001 10:58 AM Subject: Re: [PHP-DB] saving to two tables

Re: [PHP-DB] saving to two tables at the same time

2001-08-17 Thread CrossWalkCentral
I have tried this but it has continued to fail the only way I have gotten it to work is via 2 diffrent php scrips -- Cross Walk Central www.crosswalkcentral.net Support Center Your Web Hosting Community! "Leo G. Divinagracia III" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAI

Re: [PHP-DB] saving to two tables at the same time

2001-08-17 Thread leo g. divinagracia iii
CrossWalkCentral wrote: > > Question: > > I have a form of 1/2 customer data and the other 1/2 service info. that the > custoemr fills out and when they submit it my php scrips adds the customer > infor to the customer table but it will not add the service info to the > service table? > > Any