Forum Moderators: coopster
I have a form where if French accents are input, the proper character is not appearing in the database. At first we suspected it was a database issue, but I did a quick test and echoed out my variable once the form was submitted and it output the same thing, which leads me to believe the problem is with the php settings since it's not interpreting the post data properly.
I also did a quick test on the form itself and used an alert to show me the value javascript was seeing in the field it it spits out the proper character.
So, I guess what I'm after is affermation that it would be php doing this and what needs to be changed to fix it.