Mostly I work for a table service company that has a menu database that we use every week in several places stored in a Microsoft Access 2007 .accdb file. I'm trying to develop a PHP application on shared hosting so that the .accdb file can be loaded and requested to create and store HTML menus for a week based on the database.
Million dollar question: how can I interact with this form of .accdb in PHP on shared hosting? I guess I just assumed that Zend or Pear would have a driver for me when I started, but I had trouble finding something, especially for shared hosting.
Thank!
Emeka source
share