Subject Re: [firebird-support] PHP
Author Michael Weissenbacher
Hi,
> does any one have a snippet of php code used to connect to a firebird
> 1.5 database? What are the essential changes that need to be made to
> the php.ini file to make it work. I know it's a combo question but i
> just value your guys knowledge so much that I could not resist posting
> to the place I'm most likely to get an answer.
try this:
http://www.php.net/manual/en/function.ibase-connect.php

The hard part is getting the correct interbase module for your php
version and loading it. You can see if it's active via phpinfo(). How to
do that depends on your OS/PHP combo.

Michael