$sql = "INSERT INTO $tabelle ($spalte) VALUES (?,?)"; $dbh->do($sql, undef, $wert1, $wert2);