Parsing userfields
I have a multiselect checkbox userfield on my board and I would like to parse this info.
I can see the serialized data in the profilefield table, however the data in userfield pertaining to my user is only 3 digits long.
For example:
SELECT `field5` FROM `vb3_userfield` WHERE userid =2
returns 380 even though I've selected about 7 options.
How does VB return the remainder of the values in the list?
|