($kunden_id) = @_; $query_kdsys = "select ID from tb_systeme where ID=?"; $statement = $dbh->prepare($query_kdsys); $statement->execute($kunden_id);