cmaclennan Posted June 8, 2009 Share Posted June 8, 2009 Hi Guys, I have a multi-part form that submits data to multiple tables (4 to be exact) and I am looking for a solution to be able to pull all of the corresponding data back if/when it needs to be edited. Is there a way similar to the mysql_insert_id function that i use when inserting the data to multiple table to pull it all back out?? Any help here would be greatly appreciated as the clock is ticking for me. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/161397-mysql_insert_id-opposite-for-editing-data-from-multiple-tables/ Share on other sites More sharing options...
Ken2k7 Posted June 9, 2009 Share Posted June 9, 2009 Create another table that links all 4 tables together. Link to comment https://forums.phpfreaks.com/topic/161397-mysql_insert_id-opposite-for-editing-data-from-multiple-tables/#findComment-852097 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.