Jump to content

UTF-8 Problem

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Hamed

Hamed

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 276 posts
I want to use utf-8 but when I submit form it give ??? what should I do?

#2
Arctic Fire

Arctic Fire

    Learning Programmer

  • Members
  • PipPipPip
  • 48 posts
You'll need to explain a little more. Is the charset for the page UTF-8? Try adding the following code between the <head></head> tags in the HTML file.

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">