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

2002-10-10 Thread Noodle Snacks
I can get the previous insert auto-increment id via mysql_insert_id(). it will solve my problem. but if you know a soloution that will work in one query please share it with me/everyone! -- JJ Harrison [EMAIL PROTECTED] Noodle Snacks [EMAIL PROTECTED] wrote in message [EMAIL

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

2002-10-10 Thread John W. Holmes
No, you have to use two queries to do two inserts into different tables... ---John Holmes... -Original Message- From: Noodle Snacks [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 7:07 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Re: Multi-Table Insert and gettin' data