ok, let's see if i can post this in the correct forum this time... 😉
i'm trying to figure out some way to perform a query using an arrray of values...similar to the usage of in_array (except not true and false)...
...WHERE (field_values = $array_values)
but aside from doing some kind of a loop with the query inside of it, i'm not sure if this can be done...
anybody have any techniques for this?
thanks...v