If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > Japanese Kanji in forms and passing via POST

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-16-11, 02:45
cesarcesar cesarcesar is offline
Registered User
 
Join Date: Mar 2008
Posts: 55
Japanese Kanji in forms and passing via POST

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
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Any help is much appreciated. Thanks.
Reply With Quote
  #2 (permalink)  
Old 06-17-11, 03:47
futurity futurity is offline
Registered User
 
Join Date: May 2008
Posts: 270
Have you set the "accept-charset" attribute in your <form> tag?

If that's not the problem, it might help to post the html for your form.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On