저기요.. 이 에러소스 무슨뜻인가요? 정보
저기요.. 이 에러소스 무슨뜻인가요?본문
고수님들....
제홈피에 성인인증창을 부착하려고 알아본 결과...다음 소스를 index.php 화일에 삽입 했거든요..
<?
header('P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE"');
SetCookie("s_name","$name",0,"/");
SetCookie("s_min","$number",0,"/");
?>
<meta http-equiv=refresh content=0;url='start.php'>
header('P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE"');
SetCookie("s_name","$name",0,"/");
SetCookie("s_min","$number",0,"/");
?>
<meta http-equiv=refresh content=0;url='start.php'>
근데 http://www.000.net/index.php 이런식으로는 사용가능한데요..그 하위폴더에
http://www.000.net/gnuboard4/gnuboard4/index.php 여기에 넣으면 다음과같이..호면 상단에 에러발생합니다
Warning: Cannot modify header information - headers already sent by (output started at /free/home/dboom/html/gnuboard4/gnuboard4/head.sub.php:43) in /free/home/dboom/html/gnuboard4/gnuboard4/index.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /free/home/dboom/html/gnuboard4/gnuboard4/head.sub.php:43) in /free/home/dboom/html/gnuboard4/gnuboard4/index.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at /free/home/dboom/html/gnuboard4/gnuboard4/head.sub.php:43) in /free/home/dboom/html/gnuboard4/gnuboard4/index.php on line 10
이게 무슨말인가요 .. http://www.000.net/gnuboard4/gnuboard4/index.php 여기에 인덱스에 넣어서 사용하는 방법 없나요...3일째인데 도저히 모르겠네요...아시는분 좀 알려주세요..
안되는거면 일찍 포기하게요...^^* 부탁드립니다...
댓글 전체
<?
SetCookie("s_name","$name",0,"/");
SetCookie("s_min","$number",0,"/");
header('P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE"');
?>
SetCookie("s_name","$name",0,"/");
SetCookie("s_min","$number",0,"/");
header('P3P: CP="NOI CURa ADMa DEVa TAIa OUR DELa BUS IND PHY ONL UNI COM NAV INT DEM PRE"');
?>
요건 성급한 답변이었네요.
rolo 님 안녕하세요 헐랭...임다.. ..좀 자세히 갈켜주세요..제가 초입니다..지금 해봤는데 똑같은데요...?
(output started at /free/home/dboom/html/gnuboard4/gnuboard4/head.sub.php:43)
43라인 소스거든요.
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>">
쫌만 자세히 알려주시면 안될까요?..부탁드립니다..
(output started at /free/home/dboom/html/gnuboard4/gnuboard4/head.sub.php:43)
43라인 소스거든요.
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>">
쫌만 자세히 알려주시면 안될까요?..부탁드립니다..
라인 43 을 추가한 것이 아니라면
inclcude 하는 것에 순서가 잘못됐나 봅니다.
inclcude 하는 것에 순서가 잘못됐나 봅니다.