Skip to content

Tag: php

MySQL, PHP – WHERE clause

I create query as below, but I have a problem with WHERE part: So if I have products i.e.: DB Fiddle APPLE belonging to the categories: FRUIT, GREEN, ROUND WHEEL belonging to the categories: MACHINES, BLACK, ROUND BANANA belonging to the categories: FRUIT, YELLOW, CUBOID PHONE belonging to the categories: ELE…