标题:为什么php里出现乱码呢?
只看楼主
tianlongsheji
Rank: 1
来 自:四川
等 级:新手上路
帖 子:24
专家分:0
注 册:2008-5-26
 问题点数:0 回复次数:5 
为什么php里出现乱码呢?
<?php @Zend;
3222;
print "<html><body>\n";
print "<a href=\"http://www.\"><img border=\"0\" src=\"http://www.\" align=\"right\"></a>\n";
print "<center><h1>Zend Optimizer not installed</h1></center>";
print "<p>This file was encoded by the <a href=\"http://www.\">Zend Encoder</a> / <a href=\"http://www.\">Zend SafeGuard Suite</a></p>\n";
print "<p>In order to run it, please install the freely available <a href=\"http://www.\">Zend Optimizer</a>, version 2.1.0 or later.</p>\n";
print "<h2>What is the Zend Optimizer?</h2>
";
print <<<EOM
<p>The Zend Optimizer is one of the most popular PHP plugins for performance-improvent, and has been freely available since the early days of PHP 4.  It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replace inefficient code patterns with efficient code blocks.  The replacement code blocks perform exactly the same operations as the original code, only faster.</p>
<p>In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite.</p>
<p>The Zend Optimizer is a freely-available product from <a href="http://www. Technologies</a>.  Zend Technologies is the company that develops the scripting engine of PHP, also known as the <a href="http://www. Engine</a>.</p>
EOM;
print "</body></html>\n";
exit(1);
?>

20020623011306011575x?? 峓蚾U?熩?汿癞?[?I纏缥龢J$>渾B亾?鷝?谍祺曶炪:獼歙?怷T?踩??,賢猲?)?ゞ>钴櫣3譎
搜索更多相关主题的帖子: 乱码 php 
2008-06-20 10:22
刹星毒舞
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2008-6-24
得分:0 
这可能是与字体有关系吧?
2008-06-24 13:33
风月_无边
Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20
等 级:版主
威 望:60
帖 子:2959
专家分:652
注 册:2007-1-19
得分:0 
不同地方的文字的编码不一样

我的网站 http://www.
2008-06-28 10:39
wenbin0119
Rank: 1
来 自:福建泉州
等 级:新手上路
帖 子:3
专家分:0
注 册:2009-3-10
得分:0 
可能是你的编码不一样把...
2010-02-22 13:21
zhaoxueyan
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2012-1-5
得分:0 
是编码不统一造成的,你只需把这几个点的编码形式统一一下即可解决乱码问题
                  ①php文件在保存时的编码
                  ②数据库连接时的编码
                  ③html页面的编码
2012-01-05 16:44



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-220157-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.242786 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved