$sth = $dbh->prepare( "SELECT strasse, nummer, ort, plz FROM $table WHERE vorname == ? AND nachname == ?" ); $sth->execute( $vorname, $nachname );