mysql 5 chararacter encoding problem

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
aigarzzz
Forum Newbie
Posts: 9
Joined: Thu Apr 06, 2006 1:43 am

mysql 5 chararacter encoding problem

Post by aigarzzz »

when i put some value in database from my php script (for example value 'āē') in mysql table row this value appear ar 'Ä
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Your page could have an encoding mismatch causing the browser to send different data than you may think.
Post Reply