You should be able to setup an ODBC connector to the Access database. After you have done, this, use the odbc functions in PHP to perform any database functions you need. If you need information on the odbc functions, check out this page on php.net: http://www.php.net/manual/en/ref.odbc.php I have used this method this method successfully on multiple occassions. If you needs some sample code, I could probably post some. Hope the info helps.