Warning: Cannot modify header information - headers already sent by 발생이유를 모르겠습니다
본문
Warning: Cannot modify header information - headers already sent by (output started at /free/home.../adm/member_jinzza_ap.php:7) in /free/home/.../common.php on line 8
이런 경우는 왜 발생하는 건지 이유를 잘 모르겟습니다
member_jinzza_ap.php의 내용입니다
<?
$g4_path = "..";
//include_once ("$g4_path/common.php");
//include_once("admin.lib.php");
?>
$g4_path = "..";
//include_once ("$g4_path/common.php");
//include_once("admin.lib.php");
?>
<?// include_once ('../head.php'); ?>
<table width=100% height='' cellpadding=0 cellspacing=0 style="border:solid 1px; border-color:9e4070;">
<tr><td valign=top>
<? include 'member_jin_ap_list_1.php'; ?>
</td></tr>
</table>
답변을 작성하시기 전에 로그인 해주세요.