Using MS Access Queries in PHP

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
garriepowers
Forum Newbie
Posts: 3
Joined: Mon Jul 01, 2002 8:46 am
Location: London,UK

Using MS Access Queries in PHP

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply