PHP - Using PDO with IN clause array I have seen these but it only says to BIND IN but i also want other parameters with IN.
"SELECT * FROM table WHERE id IN($list_of_ids) AND type = $type AND something != $something "
How can i do this with PDO ?