Ok
Is it possible to do the reverse of IN? say, you have a field with A,B,C and want to search to see if your variable X (which equals 3) is in that field's array
This is a reverse strstr() function for PHP.