Getting the SET values from MySQL field

wxdqz

New Member
I have a table with a SET field in it. It has, for example, three settings "one", "two" and "three".

Now I want to get those three into variables or, preferably, an array.

How do I do this?
 
Back
Top