I have to search user according by city but my problem is that in user table in city
field
there are two cities like arizona@losvegas, because in registration user can select two cities.
So how can I search city by city name?
Like if someone searches for all users from arizona
...
I have done this by using LIKE
in SELECT
query but I want some other method to do this.