Posted by matthud on 03/20/07 18:01
The following string:
"US generals ‘will quit’ if Bush orders Iran attack"
is being stored in my table as:
"US generals ‘will quit’ if Bush orders Iran attack"
The only PHP function I'm applying to the string is
mysql_real_escape_string, and that doesn't appear to be the root of
the problem. I'm using utf8_general_ci as my collation.
Forgive my ignorance.
[Back to original message]
|