I have a mysql table where the items all have an id field (obviously), and I want to select only those items whose id is contained in a php array.
Is this possible without iterating through the array and pulling each item out individually with it's own query?
Thanks