我用了引入页面的代码,<?php include('cn/include/foot.php'); ?>
不过不使用引入页面的代码有时也出现错误提示。

解决方案 »

  1.   

    给出全部代码以及FOOT.PHP代码
      

  2.   

    我的页面是空的,只用了引入页面的代码,FOOT.PHP代码是:
    <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
      <!--DWLayoutTable-->
      <tr> 
        <td width="760" height="8" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#fafafa">
            <!--DWLayoutTable-->
            <tr> 
              <td width="760" height="8"></td>
            </tr>
          </table></td>
      </tr>
      <tr> 
        <td height="2"></td>
      </tr>
    </table>
    <table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#f1f1f1">
      <!--DWLayoutTable-->
      <tr> 
        <td width="760" height="20" align="center" valign="bottom"><font size="2">坤福国际版权所有 
          | <a href="../index/lianxi.php" target="_blank">联系我们</a></font></td>
      </tr>
      <tr> 
        <td height="26">&nbsp;</td>
      </tr>
      <tr>
        <td height="20" valign="top"> "></script> 
        </td>
      </tr>
    </table>
    </body>
    </html>
      

  3.   

    <?php 
    include('./cn/include/foot.php'); 
    ?>这样看看
      

  4.   

    回复人:kunfu(123) ( 一级(初级)) 信誉:93  2004-12-31 21:07:00  得分:0

    我的页面是空的,只用了引入页面的代码,
    ============他这样说了..
      

  5.   

    新年快乐,感谢大家的回复,不知道是不是导入命令include的问题.
      

  6.   

    是php配置问题,程序执行时间超时,默认30秒,改一下php.ini里的设置就好了。
      

  7.   

    Fatal error: Maximum execution time of 30 seconds exceeded in F:\VIP\www.kfgj.com\index.php on line 6
    如果为空那来line 6
    你把这个文件贴来
      

  8.   

    前6行的代码:1.<?php
    2.// Buzz inet PLS02 - Login and Set Level
    3.// Start Session Support
    4.session_start(); 
    5.?>
    6.<?php require_once('Connections/kfgj_cn.php'); ?>