Linux php Chinese garbled solution_PHP tutorial

WBOY
Release: 2016-07-20 11:16:01
Original
862 people have browsed it

The php web page outputs garbled code under Ubuntu, without involving database encoding:

Modify "/etc/php5/apache2/php.ini" to

default_charset = "iso-8859-1"

Modify to
default_charset = "utf-8"

Then restart apache:

sudo /etc/init.d/apache2 restart

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/440127.htmlTechArticleThe php web page outputs garbled code under ubuntu, without involving database encoding: Modify /etc/php5/apache2 /php.ini changes default_charset = "iso-8859-1" to default_charset = "utf-8"...
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