Hi there,
I've created a SET in the mysql database, and in my php code I have used the where syntax to select rows which contain a certain value. For example..
SET='Admin','Moderator','Member'
I then used phpmyadmin and highlighted both Admin and Moderator. Of course, the WHERE syntax no longer picks up the row as it has two values in it when searching for "Admin" in the where syntax.
Is there any other syntax that I can use that retrieves rows with the word admin in them?
Chris