Connect to MS access database?

Hey,

I was just wondering how I would go about connect to an MS access database (table) using php? I’m new to databases and trying to see if I can connect to one using php. After searching google, I only seem to come up with clear results on how to connect to a MySQL database, but never an MS access?

If anyone could help me figure out how to connect to an MS access database using php, I’d be grateful. Any database name example could be used.

Thanks,

Element

Take a look at this. It should get you started.
PHP: odbc_connect - Manual

Good luck!