A relative XHTML and PHP novice, I wonder if this is the forum for this topic:
I am validating the pages of website URL:
The pages are generated using PHP statements of the type:
include ("html/content.htm");
so that all pages start (view source) with a standard set of statements declaring DOCTYPE, charset etc.
The Validator, however, responds with a variety of different warnings for the different pages, including:
byte order mark found in utf-8
char "" not allowed
no character encoding found, falling back into utf-8
no characcter encoding at document level
etc.
Why this lack of consistency?
I am validating the pages of website URL:
The pages are generated using PHP statements of the type:
include ("html/content.htm");
so that all pages start (view source) with a standard set of statements declaring DOCTYPE, charset etc.
The Validator, however, responds with a variety of different warnings for the different pages, including:
byte order mark found in utf-8
char "" not allowed
no character encoding found, falling back into utf-8
no characcter encoding at document level
etc.
Why this lack of consistency?