<html> 
<head> <title> ddd </title> </head> 
<body> 
..... <?include "footer.php"?>; 
...... 
</body> 
</html> 

解决方案 »

  1.   

    <html>   
    <head>   <title>   ddd   </title>   </head>   
    <body>   
    .....   <?include   "footer.php";?> 
    ......   
    </body>   
    </html>  
      

  2.   

    我老大说有红叉没关系,当运行时可以,他说HTML什么什么的,我没听懂,要我多看HTML。
      

  3.   

    我是从网上下的一段代码,我把他全帖上来,有兴趣的看一下,帮我解答一下,HTML什么什么的。
    index.php
    <?php
    include ("./include/header.php");
    echo "<br><br>";
    include ("./zoom.php");
    echo "<br><br>\n";
    include ("./include/footer.php");
    ?>
    ---------------------------------------------------
    header.php
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>中国维修网新闻</title>
    <link rel="stylesheet" href="http://www.weixiuwang.com/eido.css">
    </head>
    <body bgcolor=white text=#000000 link=#004080 vlink=#004080>
    <div align=center>
    <script src=http://www.weixiuwang.com/js/head1.js></script>
    <div>
    </center>
    -------------------------------------------------------------------------
    footer.php
    <center>
    <br>
    <script src=http://www.weixiuwang.com/js/feet.js></script>
    </center>
    </body>
    </html>footer.php不能里面几句话前都有小红叉