Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

character encoding at PHP?

11 like 0 dislike
I recently converted a html page to php, this page worked before the conversion but now does not validate using the w3c validator:
No Character Encoding Found! Falling back to UTF-8.
asked 1 year ago by webmaster (25,380 points)

1 Answer

1 like 0 dislike
 
Best answer
Same as with HTML... just output something like:

Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
answered 1 year ago by monirulislam (51,620 points)

Related questions

10 like 0 dislike
0 answers
asked 2 years ago by eagle09 (95,490 points)
0 like 0 dislike
1 answer
2 like 0 dislike
0 answers
asked 1 year ago by WebMaster-Admin (36,670 points)
2 like 0 dislike
1 answer
2 like 0 dislike
0 answers