Subject | Re: [firebird-support] Problems with chars like á é ó, etc charset probl em? |
---|---|
Author | Alexandre Benson Smith |
Post date | 2005-11-29T15:29:21Z |
Fabio Gomes wrote:
Better wait for the PHP experts or ask in the PHP-firebird group.
For sure in this list you will have any doubts answered, suggest you to
subscribe this list.
But in this meanwhile, I will try to help.
from the php.net function list reference:
ibase_connect
(PHP 3 >= 3.0.6, PHP 4, PHP 5)
ibase_connect -- Open a connection to an InterBase database
Description
resource *ibase_connect* ( [string database [, string username [, string
password [, string charset [, int buffers [, int dialect [, string role
[, int sync]]]]]]]] )
so you should provide something similar to:
*ibase_connect* ( 'localhost:my_database', 'sysdba', 'masterkey',
'ISO8859_1')
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br
>Sorry, but i dont know how to do it, could you help me?Fabio,
>
>And also is kinda dificult to find info about php + firebird in google :(
>
>thanx
>
>
>
Better wait for the PHP experts or ask in the PHP-firebird group.
For sure in this list you will have any doubts answered, suggest you to
subscribe this list.
But in this meanwhile, I will try to help.
from the php.net function list reference:
ibase_connect
(PHP 3 >= 3.0.6, PHP 4, PHP 5)
ibase_connect -- Open a connection to an InterBase database
Description
resource *ibase_connect* ( [string database [, string username [, string
password [, string charset [, int buffers [, int dialect [, string role
[, int sync]]]]]]]] )
so you should provide something similar to:
*ibase_connect* ( 'localhost:my_database', 'sysdba', 'masterkey',
'ISO8859_1')
see you !
--
Alexandre Benson Smith
Development
THOR Software e Comercial Ltda
Santo Andre - Sao Paulo - Brazil
www.thorsoftware.com.br