'', 'po_etc'=>'', 'po_level'=>'', 'po_point'=>'', ); $html_title = '투표'; if ($w == '') $html_title .= ' 생성'; else if ($w == 'u') { $html_title .= ' 수정'; $sql = " select * from {$g5['poll_table']} where po_id = '{$po_id}' "; $po = sql_fetch($sql); } else alert('w 값이 제대로 넘어오지 않았습니다.'); $g5['title'] = $html_title; include_once('./admin.head.php'); ?>