turpentyne Posted August 8, 2012 Share Posted August 8, 2012 This is something wayyy above my paygrade, but I wanted to get an idea of what to expect, time needed and difficulty: installation of an ODBC driver on the web server, so that customers can access the information on their database and track purchases from their website, using PHP. Link to comment https://forums.phpfreaks.com/topic/266817-general-difficulty-of-installinginterfacing-odbc/ Share on other sites More sharing options...
Christian F. Posted August 8, 2012 Share Posted August 8, 2012 PHP includes a MySQL driver by default. It's not using ODBC, granted, but mysqli is the recommended driver for MySQL access. Either that, or PDO, which is also included in a standard PHP installation. You may need to activate it, but that's a 30 second job. Link to comment https://forums.phpfreaks.com/topic/266817-general-difficulty-of-installinginterfacing-odbc/#findComment-1367883 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.