[PHP] PHP charset problem

2006-01-29 Thread php @ net mines
Hi all I'm using PHP 4.x and MySQL 3.x. I'm saving in my DB various fields with greek text. What I need to do is pass that data to flash in UTF format, but the MySQL doesn't support UTF. Is there a way to take the greek text and convert it to UTFchars so Flash can read it? Many Thanks Mar

[PHP] Charset Problem

2004-07-29 Thread Gerske, Sebastian
Dear list, im running mysql 4.1 and php 4.3.8 and have the following problem with charset. If i select a row from a table like SELECT * FROM ip WHERE ip LIKE '127.0.0.1' LIMIT 0 , 30 i get the error: #1267 - Illegal mix of collations (ascii_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCI

[PHP] Charset problem with DBF database

2003-03-24 Thread Alexander Weber
Hello, I have a DBF database with some ASCII characters like ALT+154 (Ü) etc. I read out the database but instead of an Ü i get an s. Tried out charsetconverting from/to ASCII, UTF-8/7 and ISO, but nothing gave me the rigth letter. Anybody an idea? THX Alex -- PHP General Mailing List (htt