Page 1 of 1
My sql contains "Joël" when i read this via php i
Posted: Mon Apr 03, 2006 6:32 am
by byenary
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
Posted: Mon Apr 03, 2006 6:55 am
by jmut
it will be good to supply more info.
php version, mysql version etc.
more info
Posted: Mon Apr 03, 2006 7:08 am
by byenary
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
Posted: Mon Apr 03, 2006 8:35 am
by feyd
I may pass the string through a
Multibyte String function.