Hi..
One of my inputs from a form contains multiple values, I'd like to be able to put these in my search, however I can not figure out how to. Ive done a search on google but it doesn't help (especially as it removes the word 'or' as its a commonly used word!)
I have categories and I would like the user to be able to search multiple categories at anyone time..
Would the query be something like
SEARCH * from table where category = 1 or category = 2 or category = 3 or category = 4 or category = 5 or category = 6
Any help would be appreciated.