FAQ
   manual.pipni.com > Databases  |  Search  |  Problems?

How shall I connect to Firebird from PHP?
Below is a successful connection sample code:
$dbh = ibase_connect('fbsql:database.domain.tld', 'database.domain.tld',
'password');
  // SQL, ...
ibase_close($dbh);

Total count of tips: 141
Created by PIPNI
Powered by Firebird