Possible Duplicate:
MySQL Insert into multiple tables? (Database normalization?)
I am looking to insert values into two separate tables with a single query using MySQL. Is this possible?
I have tried Google but it is not coming up with anything like what I am looking for. I have a form a user fills out and it needs to put different field values in different tables, I figured it would be more efficient using one query instead of two.