크게 작게 인쇄

[G5]그누보드에서 G4S로 이전시 첨부파일 출력 업데이트

그누보드에서 G4S로 이전시 첨부파일 출력 업데이트

<?php
include_once('./_common.php'); 

if(!$is_admin) { 
exit; 
}
 
$bo_table = ""; 
$sql = " select bo_table from $g4[board_table]"; 
$result = sql_query($sql); 

for ($i=0; $row=sql_fetch_array($result); $i++) { 
$result_file = sql_query("select distinct(wr_id) from $g4[board_file_table] where bo_table='$row[bo_table]'"); 

for($j=0;$res=sql_fetch_array($result_file);$j++) { 
$file_cnt = sql_fetch("select count(*) as cnt from $g4[board_file_table] where bo_table='$row[bo_table]' and wr_id='$res[wr_id]'"); 
$bo_table = $g4['write_prefix'] . $row[bo_table]; 
sql_query("update $bo_table set wr_file='$file_cnt[cnt]' where wr_id='$res[wr_id]'"); 
}
 
echo "wr_file 필드에 파일수를 업데이트 하였습니다."; 

?>



※ 로그인 하시면 원본파일을 볼 수 있습니다. ※

0
코멘트 0
자동등록방지 코드
그누보드팁 | 전체게시물 2
안내

포인트안내닫기

  • 글읽기0
  • 글쓰기100
  • 댓글쓰기50
  • 다운로드-500
그누보드팁리스트
번호 제목 글쓴이 날짜 조회 추천
2 텍스트 링크 슈퍼맨 웹스터디 12-06 7195 0
1 파일첨부
[G5]그누보드에서 G4S로 이전시 첨부파일 출력 업데이트
링크
슈퍼맨 웹스터디 07-19 4554 0