my $sth = $dbh->prepare('INSERT INTO users (name, day, phone) VALUES(?,?,?)' ); $sth->execute( $name, $day, $number );