I have a table that contains multiple columns (name, address, city, cat1, cat2). Is it possible to do a SELECT statement like this.
Formon previos page value = $shopping
SELECT name, address from table1 WHERE cat1 LIKE '%web%' AND (shopping LIKE '%$shopping%' OR shopping LIKE '%$shopping%')