문제가 생겨서 그러는데 아시는고수님,,,,
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/ 고수님들 답변 부탁드립니다...
1146 : Table 'min813_min813.g4_write_B13' doesn't exist
error file : /index.php
이런 문제가 생겨서 그러는데 이유를 모르겟네요,,,,
오류 사이트 http://donfel.com/ 고수님들 답변 부탁드립니다...
댓글 1개
13년 전
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 등으로 테스트 해보세요.
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 등으로 테스트 해보세요.
게시글 목록
| 번호 | 제목 |
|---|---|
| 284348 | |
| 284336 | |
| 284333 | |
| 284332 | |
| 284320 | |
| 284318 | |
| 284316 | |
| 284313 | |
| 284307 | |
| 284306 | |
| 284303 | |
| 284298 | |
| 284296 | |
| 284290 | |
| 284286 | |
| 284280 | |
| 284277 | |
| 284272 | |
| 284261 | |
| 284259 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기