= 0 AND $_POST['priority'] <= 65535)) userError("Wrong value for priority."); if (!($_POST['weight'] >= 0 AND $_POST['weight'] <= 65535)) userError("Wrong value for weight."); if (!($_POST['port'] >= 0 AND $_POST['port'] <= 65535)) userError("Wrong value for port."); checkAbsoluteDomainFormat($_POST['target']); knotcExec($_POST['zone'], array( $values['domain'], $values['ttl'], "SRV", $_POST['priority'], $_POST['weight'], $_POST['port'], $_POST['target'] )); success("Enregistrement ajouté");