답변 3개
채택된 답변
+20 포인트
댓글을 작성하려면 로그인이 필요합니다.
11년 전
게시물이 1.2.3 번이 있다고 치면..1번 게시물 항목에 체크하고
2번이나 3번 게시물에서 투표하기 클릭시 1번 체크를 인식하고 먹히는게 문제네요...
쿼리문
$poll_query = mysql_query("select * from $writeTable where wr_parent='$pollNo' and wr_subject='pollOption'");
$poll_chk_info = mysql_fetch_array($poll_query);
체크문
if ($poll_chk_info['wr_password'] != 'noMultiPoll') {
while ($poll_data = @mysql_fetch_array($poll_query)) {
$poll_tag1 .= "
".stripslashes($poll_data['wr_content'])."
"; }
$poll_tag1 .= "
투표수 : 00
댓글수 : 00
댓글보기
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인