$nm_name ,"cd_car"=>$cd_car ,"cd_consultant"=>$cd_consultant ,"nm_hp"=>$nm_hp ,"nm_tel"=>$nm_tel ,"nm_cont"=>$nm_cont ,"nm_car"=>$nm_car ,"nm_color"=>$nm_color ,"nm_email"=>$nm_email ,"nm_yearmonth"=>$nm_yearmonth ,"nm_etc"=>$nm_etc ,"ds_status"=>'A0' ,"ds_type"=>$ds_type ,"dt_insert"=>now() ,"nm_insert"=>$nm_procid ,"dt_update"=>now() ,"nm_update"=>$nm_procid ,"ds_delind"=>"N"); $result = $dbCon->insertDAO($_fields,'request_master'); if ($result) { AlertRedirect("정상적으로 등록되었습니다.",$url); }else{ AlertRedirect("정상적으로 등록되었습니다.",$url); } ?>