Can it be done? I'm working on a senior project and I've set my team up with a Linux web-server running Apache. I've chosen to use PHP, but the team insists on using MS Access for the DB. I've searched around the Internet and can't find anyway to interface to the database on Linux because all the examples use a COM object which is only for Windows. Does anyone know of a possible solution? I'd much rather be using MySQL here, but they wanted Access because SQL is too confusing. (yes i've tried to explain the query syntax is identical and the only real difference on the front-end is the DB editor)
I have already emailed my team explaining the current issue. I likely won't hear anything back from them until at least late this evening and so I figured I'd ask all of you in the meantime for any thoughts or suggestions. Not asking for work to be done, only if anyone knows of a way to interface php to an acess mdb file hosted on a linux server.
For those curious, we're building an eCommerce website. Accelerated senior project, 8 week course. Every team decided to choose the ecommerce from the list of given projects (I wanted to do the mars lander simulation but was out-voted). Did I mention most of us are not majoring in web design and in fact my degree is in digital forensics? Our senior project course is seriously poorly designed.