RE: [firebird-php] Any problem using PHP4.4.x, apache 1.x.x, firebird 1.5.x?
Author
Alan McDonald
Post date
2006-03-01T10:51:44Z
>
> 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.');
try
> ('localhost:c:\\firebird\\onlinebanking.fdb',$usr,$pwd) or die('Can\'t
Alan
>
> .. 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