Forum Moderators: coopster
For example, if my database has "cats, dogs, goats" and someone uses "cat" as the search query, I want "cats" to be found in the array.
I know you can use in_array for EXACT matches but is there a way to find LIKE-type matches in values in an array?
TIA
take a look here
MySQL String Comparison Functions [dev.mysql.com]