답변 2개
채택된 답변
+20 포인트
4년 전
else echo 부분을 이렇게..
echo "<span class=\"qna_cmt_no\">수정일</span> ".date("Y.m.d H:i", strtotime($list[$i]['wr_last']));
로그인 후 평가할 수 있습니다
답변에 대한 댓글 2개
4년 전
4년 전
<?php
if ($list[$i]['wr_datetime']!=$list[$i]['wr_last']) {
echo "<span class=\"qna_cmt_no\">수정일</span>",
date("Y.m.d H:i", strtotime($list[$i]['wr_last']));
}
?>
if ($list[$i]['wr_datetime']!=$list[$i]['wr_last']) {
echo "<span class=\"qna_cmt_no\">수정일</span>",
date("Y.m.d H:i", strtotime($list[$i]['wr_last']));
}
?>
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
진작 물어볼껄 한참 고생했네요 ^^;
감사합니다. ㅎㅎ