$host = 'localhost:/path/to/your.gdb' ; $username = 'SYSDBA'; $password = 'masterkey'; $dbh = ibase_connect ( $host , $username , $password ); -- -James
How do you specify a port to connect to? I tried using
localhost:3050 (3050 is the default port that Firebird) and that
didn't work.
- [PHP] ibase_connect...how to specify a port? James
- Re: [PHP] ibase_connect...how to specify a port? Jochem Maas