Can you use Access in a PHP page
You can.
you need to use ODBC to connect.
You can use ODBC or ADO, there are articles on ODBC here on PHPBuilder and PHP Everywhere (http://php.weblogs.com/). ADO you need to use via COM.
So Access will work even if the server use's MySQL
I use access all over my ASP site but my secured server is on Linux so I have to learn PHP real quick to make it all work together
If the server is mysql. Then you will need to use the mysql functions.. But there is also funciotns that allow you to use access as a database server...
-Jon