답변 5개
채택된 답변
+20 포인트
댓글을 작성하려면 로그인이 필요합니다.
3년 전
unexpected end of file
==
이 메시지는 주로
괄호 짝이 안 맞는 경우 나옵니다.
로그인 후 평가할 수 있습니다
답변에 대한 댓글 2개
�
3년 전
if($basename != "index.php") {
?>
</div>
</div>
<?}?>
<?if($basename == "index.php") {?>
이 if() 문의 괄호 짝이 안 보이네요.
?>
</div>
</div>
<?}?>
<?if($basename == "index.php") {?>
이 if() 문의 괄호 짝이 안 보이네요.
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
�
3년 전
Parse error: syntax error, unexpected end of file in C:\Apache24\htdocs\theme\basic\tail.php on line 54
이렇게 뜹니다
이렇게 뜹니다
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
3년 전
tail.sub.php 에 if 닫는게 없어보이는데요
<?php if ($is_admin == 'super') { ?>
<?php } ?>
로그인 후 평가할 수 있습니다
답변에 대한 댓글 1개
�
3년 전
[code]
<?php if ($is_admin == 'super') { ?><!-- <div style='float:left; text-align:center;'>RUN TIME : <?php echo get_microtime()-$begin_time; ?><br></div> --><?php } ?>
[/code]
이렇게 돼 있는데 닫힌거 아닌가요?
<?php if ($is_admin == 'super') { ?><!-- <div style='float:left; text-align:center;'>RUN TIME : <?php echo get_microtime()-$begin_time; ?><br></div> --><?php } ?>
[/code]
이렇게 돼 있는데 닫힌거 아닌가요?
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인