lly835 发表于 2014-6-19 15:16:23

你绝对没见过这样的乱码!!!

RT
看代码
<?php
header ( "Content-type: text/html; charset=utf-8" );

$hostname = '10.10.10.10';
$username = 'test';
$password = '123456';
$database = 'mydb';

mysql_connect($hostname,$username,$password);


?>


浏览器上会显示乱码,也许你会说我文件不是utf-8编码。
附上文件链接



求大神解决!

幸福糖 发表于 2014-6-19 16:31:49

你把华丽的 乱码 贴上来吧 , 我只是报了个错而已。 没看见乱码。

Hex 发表于 2014-6-19 17:35:18

这个跟 CI 无关,转移到WEB综合讨论区
页: [1]
查看完整版本: 你绝对没见过这样的乱码!!!