index.html 파일을 만들어 외부로그인을 넣고 있습니다. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

index.html 파일을 만들어 외부로그인을 넣고 있습니다. 정보

index.html 파일을 만들어 외부로그인을 넣고 있습니다.

본문

어떻게 어떻게 해서

html 테그 위에
<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?>

넣었습니다.

<?
include_once("./_common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?>
<html>
 <head>
 </head>
 <body>
 </body>
</html>

이런식으로 하고, 외부로그인이 들어가야하는 테이블 안에
 <?echo outlogin("no20"); ?>
적용 시켰더니,

일단... 외부로그인 창은 떴는데...

문제는...

젤 상단 에

Warning: Cannot modify header information - headers already sent by (output started at /web/home/killers123/html/index.html:3) in /web/home/killers123/html/common.php on line 8

Warning: Cannot modify header information - headers already sent by (output started at /web/home/killers123/html/index.html:3) in /web/home/killers123/html/head.sub.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /web/home/killers123/html/index.html:3) in /web/home/killers123/html/head.sub.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /web/home/killers123/html/index.html:3) in /web/home/killers123/html/head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /web/home/killers123/html/index.html:3) in /web/home/killers123/html/head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /web/home/killers123/html/index.html:3) in /web/home/killers123/html/head.sub.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /web/home/killers123/html/index.html:3) in /web/home/killers123/html/head.sub.php on line 38


테그들이 뜹니다... 왜이럴까요.. 이미지 첨부 할깨요...
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로