[code]
// 원글에서만 미해결된 질문을 얻는다
$sql = " select count(*) as cnt from $write_table
where mb_id = '$member[mb_id]'
and wr_2 = ''
and wr_is_comment = 0
and wr_datetime > '2006-10-17' ";
$row = sql_fetch($sql);
if ($row[cnt] < 2) {
alert("올리신 질문중에 아직 채택하지 않았거나 미해결된 질문이 있어 글을 등록 할 수 없습니다.
미해결된 질문을 채택하거나 삭제한 후 다시 올리시기 바랍니다.",
"$g4[bbs_path]/board.php?bo_table=$bo_table&sca=&sfl=mb_id,1&stx=$member[mb_id]");
}
}
댓글 6개
질문을 2건이상 하고 싶을경우는 어디서 설정을 해야하는지 모르는 건데요..^^
[code]
// 원글에서만 미해결된 질문을 얻는다
$sql = " select count(*) as cnt from $write_table
where mb_id = '$member[mb_id]'
and wr_2 = ''
and wr_is_comment = 0
and wr_datetime > '2006-10-17' ";
$row = sql_fetch($sql);
if ($row[cnt] < 2) {
alert("올리신 질문중에 아직 채택하지 않았거나 미해결된 질문이 있어 글을 등록 할 수 없습니다.
미해결된 질문을 채택하거나 삭제한 후 다시 올리시기 바랍니다.",
"$g4[bbs_path]/board.php?bo_table=$bo_table&sca=&sfl=mb_id,1&stx=$member[mb_id]");
}
}
if ($w != 'u') $content = '';
?>
[/code]
위소스 처럼 < 2 부분을 추가했는데.. write.php에 아무것도 나오지 않네요..