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
Using MS Access Queries in PHP
Moderator: General Moderators
-
garriepowers
- Forum Newbie
- Posts: 3
- Joined: Mon Jul 01, 2002 8:46 am
- Location: London,UK
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
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
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