I hope this question is in the right forum. I figured since the end result is a PHP result it fits here.
I have a normal HTML form. In it are text fields. Some of my customers will be filling the form with Kanji and Katakana characters. The form shows as filling fine, but when submitted, the returning POST values are empty. I have checked all over the web and i just cant seem to find anything about what I'm missing.
I do have meta tag
Any help is much appreciated. Thanks.
I have a normal HTML form. In it are text fields. Some of my customers will be filling the form with Kanji and Katakana characters. The form shows as filling fine, but when submitted, the returning POST values are empty. I have checked all over the web and i just cant seem to find anything about what I'm missing.
I do have meta tag
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Comment