View Single Post
Old 18-03-2008, 14:51   #6 (permalink)
mocremilo
Senior Member
 
mocremilo's Avatar
 
Join Date: Aug 2007
Location: California
Posts: 135
Thanks for the fast help guys. rob*, that really did the trick. Here's how I used it:

PHP Code:
$ids implode(","$ids_array);
$query "SELECT * FROM table WHERE id IN(".$ids.")"

It's probably not the right way to do it, but it worked.
  Reply With Quote