In one of my tables, I have a column where it has a comma-separated list of users that have bought that item. IMAGE
How can I read the list and run a PHP script to find if the user that is logged in (that is stored in the Session) is in that list. For example, how could I see if the logged on user (MTNOfficial) is in the list. I think it's a PHP if statement with a MySQL CONCAT or FIELD_IN_SET or something.