Subject | Re: FB 3.0 and PHP connection |
---|---|
Author | |
Post date | 2016-04-26T15:03:59Z |
You could try separating the hostname from the database location (passing the hostname with host=).
I have this:
$conn = new PDO("firebird:host=$databasehost;dbname=$databasename;charset=utf8", $databaseuser, $databasepass);