HTML に埋め込まれた PHP が文字化けしており、最も単純な PHP プログラムでも
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><html> <head> <title>connect.php</title> </head> <body> <strong>This is true.</strong> <a href="<?php echo www.baidu.com; ?>">ÕâÊǸö³¬Á´½Ó</a> <table> <tr> <td>rrrrrr</td> <td>hhhhhh</td> </tr> </table> <?php $a=8; $b=4; if($a>$b){ $a++; } $c=$a+$b; echo "a+b=".$c; ?> </body> </html>
<!-- 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; ?>
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <strong>This is true.</strong> <a href="<?php echo www.baidu.com; ?>">超级连接</a>
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --><table> <tr> <td>rrrrrr</td> <td>hhhhhh</td> </tr> </table>
<html> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>connect.php</title> </head> <strong>これは本当です。</strong> <a href="<?php echo www.baidu.com; ?>">ハイパーリンク</a> <tr> <td>rrrrrr</td> <td>ああああ</td> </tr> </テーブル> <?php $a=8; $b=4; if($a>$b){ $a++; } $c=$a+$b; エコー "a+b=".$c; ?> </ボディ> </html> <div class="clear"></div>