why won't something like this work?
$result = mysql_query("SELECT name FROM table WHERE IN ('" . implode("','", $array) . "')", $dbi);
That's rather vague. What is it that won't work? Are you getting a parse error? Nothing being returned?
Cgraz
nevermind, i forgot the WHERE id IN sorry.