Skip to content

Instantly share code, notes, and snippets.

View melonlogic's full-sized avatar

melonlogic melonlogic

View GitHub Profile
@mattdesl
mattdesl / modules.md
Last active August 16, 2022 10:14
my favourite modules.
@amirkdv
amirkdv / php_mdb.rst
Last active August 25, 2023 13:14
How to handle MS Access MDB files in Linux with PHP5 PDO and ODBC

To be able to use PHP5 PDO with MS Access mdb files the following is required (the same applies for the PHP4 style of using odbc_X except for the obviously PDO specific requirements):

PHP ODBC module

In Linux this is achieved by intalling the php5-odbc package: