Home > Backend Development > PHP Tutorial > Solution to php miniBB Chinese garbled problem

Solution to php miniBB Chinese garbled problem

WBOY
Release: 2016-07-29 08:39:22
Original
917 people have browsed it

Sometimes a penny can't kill a hero,
This is true,
The same is true technically, for example, after debugging the system for a long time,
PHP just doesn't recognize mysql,
In the end, I just forgot to install php5-mysql,
miniBB is simple because of its simplicity It is beautiful, but there are very few users in China.
Many people give up because of garbled Chinese characters.
Many systems have this problem.
After all, they were developed by foreigners and they can understand it.
Find bb_func_txt.php in the directory
Comments Dropped: $text=wrapText($wrap,$text);
Problem solved.

The above introduces the solution to the Chinese garbled problem of php miniBB, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template