This question already has an answer here:
- Can I bind an array to an IN() condition? 20 answers
I have an array called $restaurantArray
which contains a selection of restaurant id's.
Is there anyway I can execute a mysql query that will return rows if their id is equal to one of these restaurant ID's in the array?
Thanks.