Hi
I asked this over at mysql forums but thought someone here may also have a solution...
When i try to insert some HTML code with a » in it, the insert will stop (with no error) at the first occurrence of it. All HTML is processed through mysql_real_escape_string (with PHP). Does the column type have to be a certain type? currently its 'text' with utf8_unicode_ci encoding.
Using MySQL.
If i echo the mysql_real_escape_string value before insert the » is shown as a block (an unkown character perhaps). Is there something i am doing wrong with the mysql_real_escape_string-ness?
Thanks