steve m Posted April 21, 2007 Share Posted April 21, 2007 Hello, I have a simple question. Is there a way to take the data from a form and insert it into two tables using on mysql command? Thanks for your help in advance. Link to comment https://forums.phpfreaks.com/topic/48045-solved-insert-data-into-two-tables/ Share on other sites More sharing options...
AndyB Posted April 21, 2007 Share Posted April 21, 2007 No. But obviously you could do by executing two queries with the same data (assuming it's going into the same database) Link to comment https://forums.phpfreaks.com/topic/48045-solved-insert-data-into-two-tables/#findComment-234824 Share on other sites More sharing options...
steve m Posted April 21, 2007 Author Share Posted April 21, 2007 Oh ok. That's what I thought. Thanks AndyB Link to comment https://forums.phpfreaks.com/topic/48045-solved-insert-data-into-two-tables/#findComment-234827 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.