문제가 생겨서 그러는데 아시는고수님,,,,

· 2012-03-15 (목) 01:57:22 · 1746 · 1
select * from g4_write_B13 where wr_is_comment = 0 order by wr_num limit 0, 4

1146 : Table 'min813_min813.g4_write_B13' doesn't exist

error file : /index.php


이런 문제가 생겨서 그러는데 이유를 모르겟네요,,,,


오류 사이트 http://donfel.com/ 고수님들 답변 부탁드립니다...
|

댓글 1개

2012-03-15 (목) 11:36:48
select * from g4_write_B13 where wr_is_comment = 0 order by wr_n..........를


select * from 'g4_write_B13' where wr_is_comment = 0 order by .......또는


$board = "g4_write_B13";

select * from $board where wr_is_comment = 0 order by wr_num limit 0, 4 등으로 테스트 해보세요.
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
12-03-15 조회 2,452
12-03-15 조회 1,642
12-03-15 조회 2,972
12-03-15 조회 3,123
12-03-15 조회 1,747
12-03-15 조회 1,748
12-03-14 조회 1,537
12-03-14 조회 1,627
12-03-14 조회 1,641
12-03-14 조회 1,087
12-03-14 조회 1,667
12-03-14 조회 1,631
12-03-14 조회 1,790
12-03-14 조회 1,258
12-03-14 조회 1,452
12-03-14 조회 1,599
12-03-14 조회 1,127
12-03-14 조회 2,289
12-03-14 조회 1,681
12-03-14 조회 2,203