로그인 적용했는데 이렇게 나와요..ㅠㅠ 정보
로그인 적용했는데 이렇게 나와요..ㅠㅠ본문
외부로그인 소스를 밑에처럼 입력을했는데 안되요..
<div style="position: absolute; width: 420px; height: 100px; z-index: 1; left:300px; top:3px;" id="login">
<table border="0" width="100%" style="padding:0; border-collapse: collapse">
<tr>
<td><?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
echo outlogin("garo_auto");
?></td>
</tr>
</table>
</div>
결과는 로그인박스는 뜨는데 앞에공간에
저렇게 나오네요..
Warning: Cannot modify header information - headers already sent by (output started at /DATA/sweetluv/public_html/main.php:10) in /DATA/sweetluv/public_html/common.php on line 8
모가 잘몬된거죠;;;
완전 초보라;;;;무슨말인지..
<div style="position: absolute; width: 420px; height: 100px; z-index: 1; left:300px; top:3px;" id="login">
<table border="0" width="100%" style="padding:0; border-collapse: collapse">
<tr>
<td><?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
echo outlogin("garo_auto");
?></td>
</tr>
</table>
</div>
결과는 로그인박스는 뜨는데 앞에공간에
저렇게 나오네요..
Warning: Cannot modify header information - headers already sent by (output started at /DATA/sweetluv/public_html/main.php:10) in /DATA/sweetluv/public_html/common.php on line 8
모가 잘몬된거죠;;;
완전 초보라;;;;무슨말인지..
댓글 전체
<div style="position: absolute; width: 420px; height: 100px; z-index: 1; left:300px; top:3px;" id="login">
<table border="0" width="100%" style="padding:0; border-collapse: collapse">
<tr>
<td<?=outlogin("garo_auto")?></td>
</tr>
</table>
</div>
이렇게 해야 하는것 아닌가요?
위에 적은것은 놔두고
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
이 두줄을 하나씩 빼보세요.
어떻게 작업하셨는지는 모르겠으나 윗부분은 헤더쪽이라 홈페이지 상단에 미리 불러와야 하는것으로 압니다.
<table border="0" width="100%" style="padding:0; border-collapse: collapse">
<tr>
<td<?=outlogin("garo_auto")?></td>
</tr>
</table>
</div>
이렇게 해야 하는것 아닌가요?
위에 적은것은 놔두고
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
이 두줄을 하나씩 빼보세요.
어떻게 작업하셨는지는 모르겠으나 윗부분은 헤더쪽이라 홈페이지 상단에 미리 불러와야 하는것으로 압니다.