From:             [EMAIL PROTECTED]
Operating system: Linux 2.2.18
PHP version:      4.0.6
PHP Bug Type:     MySQL related
Bug description:  mysql_db_query does converts EURO symbol

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 € 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 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]

Reply via email to