标签:on 问题 html htm br php ht it ie
网上好多用iconv("gb2312","utf-8","中文字符");处理的贴子,试了下,都不能用,只有这个能用:
$a=mb_convert_encoding("思想感情有","html-entities","utf-8");
保存下。
php GD图像处理 中文乱码的问题
原文地址:http://blog.csdn.net/learn_2/article/details/41891789