Subject | Re: [firebird-support] Problems with chars like á é ó, etc charset probl em? |
---|---|
Author | Lester Caine |
Post date | 2005-11-29T18:08:26Z |
Fabio Gomes wrote:
Are you running PHP4 or 5? We are still having fun with the different
versions of PHP5 :(
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.
> i m using this to connect:Which you have already indicated works ;)
>
> <pre>
> function conectar_firebird() {
> $bd = "localhost:/path/to/database.gdb";
> $usr = "username";
> $snh = "password";
> $charset ="ISO8859_1";
>
> $conexao_id = ibase_connect($bd, $usr, $snh, $charset) or
> die(ibase_errmsg());
> return $conexao_id;
> }
> </pre>
Are you running PHP4 or 5? We are still having fun with the different
versions of PHP5 :(
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.