I am stuck.
I have a table in mysql that is a text valus seperated by ,
I want to read all the values into an array and then verify that a certain value exist.....
I am having some trouble, don't even really have a starting place.
Any help??
perhaps you could use the function explode() to seperate the values into each individual elements then scan each element of the array for the particular value maybe?