문제가 생겨서 그러는데 아시는고수님,,,,
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 등으로 테스트 해보세요.
게시글 목록
| 번호 | 제목 |
|---|---|
| 284172 | |
| 284170 | |
| 284167 | |
| 284164 | |
| 284161 | |
| 284159 | |
| 284155 | |
| 284152 | |
| 284151 | |
| 284148 | |
| 284142 | |
| 284141 | |
| 284137 | |
| 284136 | |
| 284135 | |
| 284127 | |
| 284121 | |
| 284120 | |
| 284116 | |
| 284115 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기