묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
지금 게시판 만들고 있는데요
2008.12.08 16:23
이미지올리고 글이 두개 올라가야 하거든요 write.php 파일은 수정했는데 write_ok.php 파일은 커리문에 price와 $price를 추가 했는데
하여튼 에러가 뜨는데요 어떻게 수정해야 햐나요? 좀 가르켜주세요
에러
"_".$no; $zb_hit=$HTTP_SESSION_VARS["zb_hit"].$hitStr; session_register("zb_hit"); // 현재글의 추천을 할수 없게 세션 등록 $voteStr=",".$setup[no]."_".$no; $zb_vote=$HTTP_SESSION_VARS["zb_vote"].$voteStr; session_register("zb_vote"); if($prev_no) mysql_query("update $t_board"."_$id set next_no='$no'+ '+ ' where no='$prev_no'"); if($next_no) mysql_query("update $t_board"."_$id set prev_no='$no' where headnum='$next_data[headnum]' and division='$next_data[division]'"); mysql_query("update $t_category"."_$id set num=num+1 where no='$category'",$connect); } // 글의 갯수를 다시 갱신 $total=mysql_fetch_array(mysql_query("select count(*) from $t_board"."_$id ")); mysql_query("update $admin_table set total_article='$total[0]' where name='$id'"); // 회원일 경우 해당 해원의 점수 주기 if($mode=="write"||$mode=="reply") @mysql_query("update $member_table set point1=point1+1 where no='$member[no]'",$connect) or error(mysql_error()); // MySQL 닫기 if($connect) { mysql_close($connect); unset($connect); } // 페이지 이동 //if($setup[use_alllist]) $view_file="zboard.php"; else $view_file="view.php"; $view_file = "zboard.php"; movepage($view_file."?id=$id&page=$page&page_num=$page_num&select_arrange=$select_arrange&desc=$des&sn=$sn&ss=$ss&sc=$sc&keyword=$keyword&no=$no&category=$category"); ?>이렇게 나와요
하여튼 에러가 뜨는데요 어떻게 수정해야 햐나요? 좀 가르켜주세요
에러
"_".$no; $zb_hit=$HTTP_SESSION_VARS["zb_hit"].$hitStr; session_register("zb_hit"); // 현재글의 추천을 할수 없게 세션 등록 $voteStr=",".$setup[no]."_".$no; $zb_vote=$HTTP_SESSION_VARS["zb_vote"].$voteStr; session_register("zb_vote"); if($prev_no) mysql_query("update $t_board"."_$id set next_no='$no'+ '+ ' where no='$prev_no'"); if($next_no) mysql_query("update $t_board"."_$id set prev_no='$no' where headnum='$next_data[headnum]' and division='$next_data[division]'"); mysql_query("update $t_category"."_$id set num=num+1 where no='$category'",$connect); } // 글의 갯수를 다시 갱신 $total=mysql_fetch_array(mysql_query("select count(*) from $t_board"."_$id ")); mysql_query("update $admin_table set total_article='$total[0]' where name='$id'"); // 회원일 경우 해당 해원의 점수 주기 if($mode=="write"||$mode=="reply") @mysql_query("update $member_table set point1=point1+1 where no='$member[no]'",$connect) or error(mysql_error()); // MySQL 닫기 if($connect) { mysql_close($connect); unset($connect); } // 페이지 이동 //if($setup[use_alllist]) $view_file="zboard.php"; else $view_file="view.php"; $view_file = "zboard.php"; movepage($view_file."?id=$id&page=$page&page_num=$page_num&select_arrange=$select_arrange&desc=$des&sn=$sn&ss=$ss&sc=$sc&keyword=$keyword&no=$no&category=$category"); ?>이렇게 나와요