$uid = $_REQUEST['uid']; $tablename = $_REQUEST['tablename']; require_once($_SERVER['DOCUMENT_ROOT']."/INC/header.php"); include ($_SERVER['DOCUMENT_ROOT']."/INC/tableset.php"); if($uid) { $row_board = get_tb_board($uid,$tablename); if(!$row_board[uid]) { $common->error("관련된 정보가 없습니다.","previous",""); } }else{ $common->error("잘못된 접근입니다.","previous",""); } ?> $multifile = json_decode($row_board['file_multi2_name'], true); ?>