Subject Any problem using PHP4.4.x, apache 1.x.x, firebird 1.5.x?
Author willowdan2004
Hi to all!

Just can't make PHP and firebird run in the ibase_connect() level ...
my code is:

ibh = ibase_connect
('localhost:c:\firebird\onlinebanking.fdb',$usr,$pwd) or die('Can\'t
connect to db.');

.. where $usr and $pwd contain their respective values.

I just don't know what's wrong, even if I can see the ibase part when I
view my page containing <? phpinfo(); ?>.

Please help me :(

Many thanks,
willowdan