Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The solution of adding Chinese garbled codes to php

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly shows you the "php add Chinese garbled code solution", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "php add Chinese garbled solution" this article.

Php add Chinese garbled solutions: 1, in the php header header setting encoding; 2, with iconv transcoding; 3, in html with tags to declare coding.

This article operating environment: windows7 system, PHP7.1 version, DELL G3 computer

In php, Chinese garbled code is very troublesome and troublesome, so according to the experience of programming, summarize the following methods (take utf_8 as an example)

Set the encoding mode in the header header in 1.php

Header ("Content-type:text/html;charset=utf-8")

Transcoding with iconv in 2.php

Echo iconv ("GB2312", "UTF-8", "Chinese content")

3. Declare with tags in html

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report