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. Quote Link to comment 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. Quote Link to comment 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.