$sth = $dbh->prepare("update rpttemplates set name=?, where rpttemplates_id ='$input{'id'}'"); $sth->execute($input{'name'});