how would i use REGEXP in a mysql_query to
select all with "word1, word2" from a table?
for e.g. it'll select all rows with column_names like "last, first" and "smith, john"
but will NOT select rows with column_names having "smith, john m." or "one, two, three" or "red apples, yellow banana"
strickly only something like "aword, nospace"