Parsing Multichoice Selection Boxes

Jake Hakoda Shirley

Active member
Hey guys, I am letting my users choose which features they want to have in-game. I am having some issues parsing their selection that is stored in the database. Here is an example:

Code:
a:5:{s:5:"sword";s:5:"sword";s:7:"pickaxe";s:7:"pickaxe";i:6000;s:4:"6000";i:6003;s:4:"6003";i:6008;s:4:"6008";}

Could someone point me towards where XenForo parses the info from the database?
 
Top Bottom