I would like to send out a value in a PHP form like this:
<input type="hidden" name="item_name" value="Car">
And I would like to specify the value is in UTF-8…
What steps do I have to do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Put this in the header of your page:
This will tell the browser to submit the characters in UTF-8 encoding.