View Single Post
Old 20-05-2007, 10:17   #1 (permalink)
DrBurkstrom
Registered User
 
Join Date: Jan 2007
Posts: 32
mysql query help

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
  Reply With Quote