[PHP-DB] simultaneous dual table entry

2002-01-10 Thread Marc S. Bragg
Hi, Is there a process for entry from one form to -- Marc S. Bragg [EMAIL PROTECTED] Bialecki Bragg, PC p: 610-444-7508 f: 610-444-7548 http://www.chescolawyers.com/BB Legal Directory, Services Consumer Information for Chester County -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] simultaneous dual table entry

2002-01-10 Thread Marc S. Bragg
Hi, Is there a process / command for inserting information from one form one input into two separate tables in the same database? Anyone have the basic command statement? thanx mucho' Marc -- Marc S. Bragg [EMAIL PROTECTED] Bialecki Bragg, PC p: 610-444-7508 f: 610-444-7548

Re: [PHP-DB] simultaneous dual table entry

2002-01-10 Thread Miles Thompson
Marc, You just use two separate insert statements, one for each table. Miles Thompson At 12:47 PM 1/10/2002 -0500, Marc S. Bragg wrote: Hi, Is there a process / command for inserting information from one form one input into two separate tables in the same database? Anyone have the basic