jakebur01 Posted August 30, 2007 Share Posted August 30, 2007 Can I make a connection to one mysql account and pull several rows then make a connection to another mysql account and insert those rows? Quote Link to comment https://forums.phpfreaks.com/topic/67334-from-one-to-the-other/ Share on other sites More sharing options...
Ken2k7 Posted August 30, 2007 Share Posted August 30, 2007 Yep, you can. Just close one and start a new one. Quote Link to comment https://forums.phpfreaks.com/topic/67334-from-one-to-the-other/#findComment-337816 Share on other sites More sharing options...
Ninjakreborn Posted August 30, 2007 Share Posted August 30, 2007 It would be a standard query. But you can also call a query inside a query. Just use the basic building blocks you know, supplied with some tactics from the following link and you should be fine... http://www.webmasterworld.com/forum88/9968.htm http://www.sitepoint.com/forums/showthread.php?t=264139 then google "Multiple mysql queries" for more advice. Quote Link to comment https://forums.phpfreaks.com/topic/67334-from-one-to-the-other/#findComment-337846 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.