We are using a flash forum and when the user enters information into it, it uses php to store the information in our mysql database.
The problem is, whenever they use special characters such as é, they get reformated. I'm not sure if this is a Flash, PHP, or MySQL problem. Flash uses php scripts to insert the data into the database.
Is there a special PHP function I have to use to preserve special characters?