$sth = $dbh->prepare ('SELECT * FROM users WHERE id = ?'); $sth->execute ($my_id);