Bee Posted May 27, 2006 Share Posted May 27, 2006 Hi guys, can PHP connect to any other types of databases or just MYSQL?ThanksBee Quote Link to comment https://forums.phpfreaks.com/topic/10602-connect-to-database-question/ Share on other sites More sharing options...
neylitalo Posted May 27, 2006 Share Posted May 27, 2006 PHP works with many other databases - I suggest you use the ADOdb library for interaction with databases. It makes for a seamless transition from one database to another, so when you switch db types, you don't have to change your scripts except to tell ADOdb that it's interacting with a different database type. It's really slick. :)[a href=\"http://adodb.sourceforge.net\" target=\"_blank\"]http://adodb.sourceforge.net[/a] Quote Link to comment https://forums.phpfreaks.com/topic/10602-connect-to-database-question/#findComment-39554 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.