묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
코멘트 40초이내 댓글금지.. 송동우님 재 질문입니다 ㅠㅠ
2012.06.14 14:41
$query = $oDB->_query('select regdate from xe_comments where ipaddress = "'.$obj->ipaddress.'" order by regdate desc limit 1');
$result = $oDB->_fetch($query);
if($result->regdate>date('YmdHis', strtotime('-30 seconds'))) return new Object(-1, '30초 이내에 댓글작성 금지');
$output = executeQuery('comment.insertComment', $obj);
먼저 알려주신 글작성은 정말정말 잘되어서 감사합니다!!!
코멘트도 제가 해보려고 이렇게 했는데.. 잘안되더라구요..
디비를보니 비슷한대.. 안되는거 보니 제가 위치를 잘못잡았나 싶기도 하구요 ㅠ