헤더수정했더니 아래와 같은 오류가 뜹니다 정보
헤더수정했더니 아래와 같은 오류가 뜹니다본문
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\index.php:1) in C:\Inetpub\wwwroot\common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\index.php:1) in C:\Inetpub\wwwroot\head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\index.php:1) in C:\Inetpub\wwwroot\head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\index.php:1) in C:\Inetpub\wwwroot\head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\index.php:1) in C:\Inetpub\wwwroot\head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\index.php:1) in C:\Inetpub\wwwroot\head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\index.php:1) in C:\Inetpub\wwwroot\head.sub.php on line 38
도와주세요 .
____________________________________________________
index.php 화일입니다
____________________________________________________
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
$sql = " select bo_table, bo_subject from $g4[board_table] order by gr_id, bo_table ";
?>
<table width="690" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td height="30" align="left" valign="middle" bgcolor="#FFFFFF"><img src="<?=$g4['path']?>/img/FDC.jpg" width="94" height="29" /></td>
</tr>
</table></td>
</tr>
</table>
<table width="690" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#EFEFEF">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td width="275" height="250" align="center" valign="middle" bgcolor="#FFFFFF"> </td>
<td width="13" bgcolor="#FFFFFF"></td>
<td width="392" valign="top" bgcolor="#FFFFFF"><?= latest("car_sp", Car_02, 6, 12,"");?></td>
</tr>
</table></td>
</tr>
</table>
<table width="690" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td height="30" align="left" valign="middle" bgcolor="#FFFFFF"><img src="<?=$g4['path']?>/img/2sc.jpg" width="98" height="32" /></td>
</tr>
</table></td>
</tr>
</table>
<table width="690" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#EFEFEF">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td height="140" align="left" valign="top" bgcolor="#FFFFFF"> <?= latest("car_sp1", Fang_01, 5, 12,"");?></td>
</tr>
</table></td>
</tr>
</table>
<table width="690" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td height="30" align="left" valign="middle" bgcolor="#FFFFFF"><img src="<?=$g4['path']?>/img/daimai.gif" /></td>
</tr>
</table></td>
</tr>
</table>
<table width="690" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#EFEFEF">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EFEFEF">
<tr>
<td height="140" align="left" valign="top" bgcolor="#FFFFFF"> <?= latest("car_sp2", Gong_04, 5, 30,"");?></td>
</tr>
</table></td>
</tr>
</table>
<?
include_once("./_tail.php");
?>
_________________________________________________________
정확히 index 페이지에서만 이런오류가 납니다 서브페이지에서는 이런오류조차도 없습니다 .
무엇때문일까여
댓글 전체
원인은 무엇인지는 모르지만요