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

How to solve the problem that php can't be written into Chinese?

2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article introduces how to solve the problem that php can not be written in Chinese. The content is very detailed. Interested friends can use it for reference. I hope it will be helpful to you.

Php can not be written into the Chinese solution: 1, set the html page and php page encoding to "charset=utf-8"; 2, through "mysql_query (" set names utf8 ");" change the client coding.

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

What if php cannot be written in Chinese?

1. The garbled code of the html page itself

The solution is to use pure html pages

2. There are garbled solutions in the php page itself.

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

3. Change the coding of the client.

Mysql_query ("set names utf8"); / / write until we get the data. What language is php php, a nested acronym, is the abbreviation of English Hypertext preprocessing language (PHP:Hypertext Preprocessor). PHP is a kind of HTML embedded language. PHP is somewhat similar to Microsoft's ASP. It is a scripting language that embeds HTML documents on the server. The style of the language is similar to C language, and now it is widely used by many website programmers.

On php can not be written in Chinese how to share here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

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