페이징 처리좀 도와주세요. 정보
페이징 처리좀 도와주세요.본문
ㅇ
댓글 전체

$total_count = count($arr);
이부분이 잘못된것같습니다.
$total = sql_fetch("select count(*) as cnt from {$g4[write_prefix]}{$bo_table}");
$total_count = $total[cnt];
로 수정해보세요.
이부분이 잘못된것같습니다.
$total = sql_fetch("select count(*) as cnt from {$g4[write_prefix]}{$bo_table}");
$total_count = $total[cnt];
로 수정해보세요.