| 
 | 
 
  新手初学  做一个页面,因为头部页面是一样的  所以想别的页面都包含它而不用再写。。 
    
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><head><title></title> 
<link href="CSS/style.css" rel="stylesheet"> 
</head> 
<table width="900" height="598" align="center" bordercolor="#CCCCCC"> 
  <tr> 
    <td height="89" colspan="3"><strong> 
      <?php include("top.php")?> 
</strong></td> 
  </tr> 
 
 
 
代码如上,PHP中是这样包含的,但是在CI中不知道怎么做,不想用frame的方法,还有别的办法吗,大神们求救~! 
 |   
 
 
 
 |