View Single Post
Old 18-03-2008, 13:41   #1 (permalink)
mocremilo
Senior Member
 
mocremilo's Avatar
 
Join Date: Aug 2007
Location: California
Posts: 135
PHP/MySQL Query Help

I have an array containing an uncertain number of unique id's (12,4,56,32 for example). What I need to do is select rows from a MySQL table by each unique id contained within the array.

How should I do this?
  Reply With Quote