So my mysqldb contains a name "Joël" when i read this via php i get something like this Jo�l , i assume this has something to do with charset but im not able to find the clue here, anyone ?
Thx
My sql contains "Joël" when i read this via php i
Moderator: General Moderators
more info
old server redhat
PHP Version 4.2.2
Your MySQL connection id is 85597 to server version: 3.23.54
new server ubuntu
PHP Version 5.0.5-2ubuntu1.2
Your MySQL connection id is 197 to server version: 4.0.24_Debian-10ubuntu2-log
I hope this helps
PHP Version 4.2.2
Your MySQL connection id is 85597 to server version: 3.23.54
new server ubuntu
PHP Version 5.0.5-2ubuntu1.2
Your MySQL connection id is 197 to server version: 4.0.24_Debian-10ubuntu2-log
I hope this helps
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
I may pass the string through a Multibyte String function.