This guide was tested on Ubuntu Hardy , I assume that php5-interbase and firebird is already installed
Next you will need to install MDB2 package using pear
$sudo su
#pear install MDB2
#pear install MDB2#ibase
Then you need to read the manual how to use this php driver
Now is time to create an mdb2 example employee.php
The connection string is created [...]
