null, 'fo_no'=>null, 'fo_name'=>'', 'fo_content'=>'' ); if ($w == 'u' && is_numeric($fo_no)) { $write = sql_fetch("select * from {$g5['sms5_form_table']} where fo_no='$fo_no'"); $g5['title'] .= '수정'; } else { $write['fg_no'] = $fg_no; $write['fo_no'] = $fo_no; $g5['title'] .= '추가'; } include_once(G5_ADMIN_PATH.'/admin.head.php'); ?>