Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
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)
character
encoding
php
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
First failure at trying to SEO!
asked
2 years
ago
by
eagle09
(
95,490
points)
php
learn
seo
0
like
0
dislike
1
answer
Hoe can I find right PHP directory script?
asked
1 year
ago
by
harvestmedia
(
140
points)
php
2
like
0
dislike
0
answers
Best IDE for PHP
asked
1 year
ago
by
WebMaster-Admin
(
36,670
points)
php
ide
2
like
0
dislike
1
answer
How can I make an email form for my website without using PHP code?
asked
1 year
ago
by
eagle09
(
95,490
points)
email
website
php
2
like
0
dislike
0
answers
I am looking for a php/mysql based calendar software ..
asked
1 year
ago
by
WebMaster-Admin
(
36,670
points)
php
mysql
calendar
oftware