我在index.php文件最后载入
   ....
   <?php
      include("bottom.php");
   ?>
   </body>
   </html>bottom.php文件内容如下:
<table width="1000" border="0" cellpadding="0" cellspacing="0" align="center" >
  <tr>
     <td height="5"></td>
  </tr>
  <tr>
     <td><img src="images/bottomxian.jpg" /></td>
  </tr>
  <tr>
     <td height="50" align="center">版权所有&nbsp;&nbsp;Copyright(C)2011-2012&nbsp;&nbsp;某某有限公司  </tr>
  <tr>
     <td height="50"></td>
  </tr>  
</table>打开网页显示汉字是乱码,请教各位,谢谢!