미채택 완료
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>
|
답변 2개
2014-11-23 (일) 19:37:36
header information 이라는게 무엇인지 잘 모르겠습니다..예를 들어 설명 좀 부탁드림니다
Principle
2014-11-23 (일) 11:33:15
헤더는 그 이전에 아무것도 없어야 하는데
답변을 작성하려면 로그인이 필요합니다.