I have a row in the form $string = 'London,Paris,Birmingham', and I want to look for several columns to match these values.
for instance WHERE events.name, events.cities, events.counties IN (".($string).")
Can someone recommend me a simple and short way to do something like this.
source
share