php code pages and does not correspond to the encoding Problem ordering

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/mybluesky1983/article/details/52623865
header ( "Content-of the type: text / HTML; charset = xxx") 
AddDefaultCharset xxx 
<META HTTP-equiv = "Content-of the type" Content = "text / HTML; charset = xxx"> 
If you are a web programmer, you each page to add header ( "content-type: text / html; charset = xxx"), to ensure that it can display correctly on any server, portability

Guess you like

Origin blog.csdn.net/mybluesky1983/article/details/52623865