array ("post", "string", ""), "domain_id" => array ("post", "integer", ""), ); getFields($fields); if (!($res=$mail->create($domain_id,$mail_arg))) { $error=$err->errstr(); include("mail_list.php"); } else { $_REQUEST["mail_id"]=$res; include("mail_edit.php"); } ?>