ID: 13839 Updated by: sander Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: MySQL related Operating System: Linux 2.2.18 PHP Version: 4.0.6 New Comment:
mysql uses a different character-set than your browser does. Therefor, it prints character 128 (the euro-sign) different than most text-processors. It is actually stored correctly, if you retrieve it (with i.e. PHP) and display it in your browser, it still is a euro-sign. Previous Comments: ------------------------------------------------------------------------ [2001-10-26 11:15:08] [EMAIL PROTECTED] Try this $headline = "This is a € prize"; mysql_db_query( $db, "insert into article set headline='$headline'"); this would insert the string "This is a &#8364; prize"! obviously the command mysql_db_query does a converting on the input string. But in this case the result would be a false string. Any help? Martin ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13839&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]