It gets more difficult all the time to try to find things in here with the search tools...I'm sure this has been approached in here before, but I can't find anything...
Is it possible to have an in_array type function inside of a query...
like (in_array('field_values', $array))...which would need to be something more like this (i think)...
...WHERE field_values='$array'
hmmm...i can think of a bunch of reasons why that's not good...
is there a technique for doing this?
thanks...v