$sth = $db->prepare("SELECT * FROM table WHERE foo = ?");
$sth->execute(array(1));


bu şekilde kullanın.