Forum Moderators: coopster
I am a Chinese website that I have set-up with a contact form. The form was taken from the English site for my product. The form is a PHP script that sends the details of the form to an email address. All the submissions from china have come through with odd characters that make no sense.
I am not a programmer, so if anyone can give me an idea of where I might be going wrong, or show me an easy script that can handle my needs it would be appreciated.
Thanks
Try UTF-8 character encoding the page where the form is found, as that should be able to cope with your characters. If there is a database involved then make sure it is set for UTF-8 as well, or it will corrupt your data.