hi !
Im trying to escape a string , however the encoding breaks down
I'm trying to store japanese characters into the database, however I don't know how to manager to get the characters into the database, so I just get everything in 𞆹 style, however, if i run a mysql_real_escape_string() it just breaks my string and returns me a bunch of ????? symbols :/
How to catch japanese characters from a form , encode em , and escape them to prevent injection , all the the same time ??????