Guest Posted December 5, 2006 Share Posted December 5, 2006 I want to connect to a database to get information but then about half way through i need code from another database but i dont wnat to close the connection i have because it has to be used again. So I guess im asking if it is possible to open up multiple mysql connections and name them. Link to comment https://forums.phpfreaks.com/topic/29502-multiple-databases/ Share on other sites More sharing options...
trq Posted December 5, 2006 Share Posted December 5, 2006 Yes. All the mysql_* functions have an optional resource identifier argument. Link to comment https://forums.phpfreaks.com/topic/29502-multiple-databases/#findComment-135387 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.