html内嵌php出现乱码,最简单的php程序也通不过,该怎么解决

WBOY
发布: 2016-06-13 13:47:36
原创
939 人浏览过

html内嵌php出现乱码,最简单的php程序也通不过

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->

  <title>connect.php</title>



    <strong>This is true.</strong>
<a href="<?php%20echo%20www.baidu.com;%20?>">ÕâÊǸö³¬Á´½Ó</a>
登录后复制
rrrrrr hhhhhh
$b){ $a++; } $c=$a+$b; echo "a+b=".$c; ?>

我这里要是单单
PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

--><?php $a=8;
    $b=4;
    if($a>$b){
            $a++;
        }
        $c=$a+$b;
        echo "a+b=".$c;
?>
登录后复制

是能显示出来的
或者
PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->    <strong>This is true.</strong>
<a href="<?php%20echo%20www.baidu.com;%20?>">超级连接</a>
登录后复制
也能显示出来,
但是下面放了
PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
登录后复制
rrrrrr hhhhhh

就出现乱码了。。。为什么会这样?

------解决方案--------------------
应该不可能。除非你输入时就已经乱码了。
------解决方案--------------------
看看你的文件编码
------解决方案--------------------
1.文件自身编码

2.html编码





------解决方案--------------------
PHP code



<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>connect.php</title>



    <strong>This is true.</strong>
<a href="<?php%20echo%20www.baidu.com;%20?>">超级链接</a>
登录后复制
rrrrrr hhhhhh
$b){ $a++; } $c=$a+$b; echo "a+b=".$c; ?>
相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板