Page 1 of 1

How to set charset type in PHP ?

Posted: Mon Aug 30, 2004 6:34 am
by raquel
Hi, people,

I´m requesting information from a database using PHP. The database is MSSQLServer. When i peform a query, the results are in another language, inapropriate for my country. So, i need set the charset type to iso-8859-1, who supports latin characteres.

I´m brazilian, sorry for my poor english ...

Someone could help me, please?

thanks,

Raquel.

Posted: Mon Aug 30, 2004 8:19 am
by timvw
I think may want to read this:

[php_man]http://be.php.net/manual/en/ref.mbstring.php[/php_man]

Posted: Mon Aug 30, 2004 9:24 am
by raquel
Hi,

It seems to be used with input/output in posting mails ...

I need to set the output of the query (mssql_query function)...

Sorry and thanks,

Raquel.