나의최근댓글 .. 어떻게 구현할까요 ? 정보
나의최근댓글 .. 어떻게 구현할까요 ?
본문
아무리 검색을 해보았지만 ..
간신히 나온것도 삭제된 글입니다.. 라고 ㅠ ㅠ !!
어떻게 해야 할까요 ... ?
되신다면 .. 예제 부탁드립니다 !! ..
허접이라 설명을 들어도 잘 이해하지 못한답니다 ㅠ
간신히 나온것도 삭제된 글입니다.. 라고 ㅠ ㅠ !!
어떻게 해야 할까요 ... ?
되신다면 .. 예제 부탁드립니다 !! ..
허접이라 설명을 들어도 잘 이해하지 못한답니다 ㅠ
댓글 전체

음.. g4_board_new 테이블에서 가져와야죠..
$row = sql_fetch_array("select * from g4_board_new where mb_id='$member[mb_id]' order by bn_id desc limit 10");
for($i=0 ; $i < count($row); $i++ ){
$new = sql_fetch("select * from g4_write_{$row[bo_table]} where wr_id = '$row[wr_id]' ");
echo $new[wr_subject];
}
$row = sql_fetch_array("select * from g4_board_new where mb_id='$member[mb_id]' order by bn_id desc limit 10");
for($i=0 ; $i < count($row); $i++ ){
$new = sql_fetch("select * from g4_write_{$row[bo_table]} where wr_id = '$row[wr_id]' ");
echo $new[wr_subject];
}

설명해 주신데로 했는데 ... 이런 에러가...
select * from g4_write_ where wr_id = ''
1146 : Table 'ebuilders.g4_write_' doesn't exist
error file : /index.php
누가 최근댓글에 대해 잘 설명 좀 해 주실분... 검색해 봐도... 이미 게시판이 없어졌거나 사라졌는지 관련글도 없음..
select * from g4_write_ where wr_id = ''
1146 : Table 'ebuilders.g4_write_' doesn't exist
error file : /index.php
누가 최근댓글에 대해 잘 설명 좀 해 주실분... 검색해 봐도... 이미 게시판이 없어졌거나 사라졌는지 관련글도 없음..