mysql_query("INSERT INTO table1,table2 (table1.field1, table1.field2, table2.field1, table2.field2, table2.field3) VALUES (bothvalue1, bothvalue2, bothvalue1, bothvalue2, t2value3)");
where table1.field1 is the same field table2.field1 and table1.field2 is the same field table2.field2
i think this is correct? someone correct me if im wrong