for example.. in one column it has "test1, test2, test3, test4" .... when i search for test1... i only want rows the word 'test1' in them specifically.
$search = test1
i've tried LIKE %$search% but it get's all rows with the word 'test' in it... i want only rows with the word 'test1' in it.