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 garbled codes in PHP pages

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

Share

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

This article introduces the relevant knowledge of "how to solve Chinese garbled codes on PHP pages". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Most of the garbled code is caused by the inconsistency of the coding method, and this may exist if there are four main inconsistencies:

1. The encoding method of the page file (.html, .php, etc.)

2. Specify the encoding method of the browser in html.head

3. The coding mode of MySql database transmission

4. Apache character set

When making a JS pop-up window on a page with only PHP code, if the pop-up window contains Chinese, the problem of garbled code may occur.

Solution, one line of code:

Garbled Chinese code on the page

The copy code is as follows:

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

The database is garbled.

The copy code is as follows:

.

Note:

1. This code must be placed at the top of the file,'

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