Page 1 of 1

Using MS Access Queries in PHP

Posted: Tue Aug 13, 2002 6:34 am
by garriepowers
I have been asked to use PHP to display the results of queries which have defined in an MS Access database.
Is there anyway I can run the MS Access queries and access the results from PHP?

Garrie

Posted: Tue Aug 13, 2002 6:44 am
by twigletmac
PHP can access a lot of databases. MS Access can be accessed using the odbc_xxx functions:
http://www.php.net/manual/en/ref.odbc.php

Search this forum and the web on how to use them (I think there's a tutorial on phpbuilder.com).

Mac