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
테그들이 뜹니다... 왜이럴까요.. 이미지 첨부 할깨요...
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
테그들이 뜹니다... 왜이럴까요.. 이미지 첨부 할깨요...
댓글 전체