i have a mysql column that looks like this: groups ------- 12,7,10,6,14,11,2 is it possible to select the row if `groups` contain 7 or 14? trying to avoid running two queries and running explode() on it.i don't remember but i thought there was a way to use explode() on something like this within a single query.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php