RE: [PHP-DB] multi-table insert

2006-05-02 Thread Eustace
Thanks Chris! Appreciate the help! Eustace -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Monday, May 01, 2006 3:23 AM To: [EMAIL PROTECTED] Cc: php-db@lists.php.net Subject: Re: [PHP-DB] multi-table insert Eustace wrote: Hello everybody! I am very much a newbie

Re: [PHP-DB] multi-table insert

2006-04-30 Thread Chris
Eustace wrote: Hello everybody! I am very much a newbie in PHP, but enjoying the learning process. Here and there I get tangled in the logic of certain problems. Anyway, I have a database about interns and this database has multi-tables told data of interns, for example personal information,

[PHP-DB] multi-table insert

2006-04-28 Thread Eustace
Hello everybody! I am very much a newbie in PHP, but enjoying the learning process. Here and there I get tangled in the logic of certain problems. Anyway, I have a database about interns and this database has multi-tables told data of interns, for example personal information, education

[PHP-DB] Multi-Table Insert and gettin' data from auto-inc coloumn in one to the other

2002-10-10 Thread Noodle Snacks
I have table A with an auto increment coloumn called tid. during the same query I need to get that value and stick it in a related record in anouther table. I have two doubts. A: What is the way to do a multitable insert? guess is: INSERT INTO table(fields) VALUES (fields), table1(fields)