Page 1 of 1

PHP and MSAccess

Posted: Mon May 12, 2003 4:08 pm
by chemoautotroph
Is it possible to connect to a MS Access database with PHP4? Let's assume I have no access (except FTP/HTTP, duh) to the server, hence I can't change any configuration.

If it is possible, could someone post some example source code or direct me to some? (php.net didn't help AT ALL)

Thanks for any help in advance.

Posted: Mon May 12, 2003 4:21 pm
by twigletmac
You can use ODBC if the database is setup with a system DSN but there are other alternatives:
http://php.weblogs.com/odbc
http://www.phpfreaks.com/tutorials/61/0.php

Mac