encoding issue into database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
PHPFreaky
Forum Newbie
Posts: 1
Joined: Thu Nov 20, 2003 10:04 am

encoding issue into database

Post by PHPFreaky »

Hi there,

I'm inserting my data in a database and this is the text "Ministerie van financiën". This text is inserted and when i retrieve it again from the database it says ë instead of the ë.

If i look in the db it is also saved as ë.

Could someone help me out with this? Some kind of function?

Kind regards robbie
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Have you read this: http://www.mysql.com/doc/en/Charset.html ?
[edit]
I suppose you're using MySQL, correct me if I'm wrong...
[/edit]
Post Reply