I have a tag system where the tags are stored inside a row as an imploded array like so:
"value1, value2, value3, etc..."
And I'm trying to make a tag search page but I have no idea how to convert it to an array to see if the certain tag someone searched in is in the array(because I can't explode it whilst using SELECT).
Can anyone help or is it impossible?
Thank you all for your help, it worked.